Gavin King

Results 396 comments of Gavin King

I guess you're going to tell me we need it for the `getOutputParameterValue()` method?

I don't see where the Vert.x client even supports output parameters yet.

> I was thinking that a user might want to call a stored procedure that it's defined using the annotation. Well, as a temporary measure we could probably just let...

They can, I thought you were worried that they might be already using the `@NamedStoredProcedure` for that and didn't want to dupe it.

Anyway, I propose that we just leave this issue open and unscheduled until someone asks for it.

This was something I discusses with @tsegismont on the train one day recently. Basically, the whole exception mapping stuff in Hibernate (IIRC) is currently unimplementable in HR because the SQL...

> Disabling prepared statement caching Like, *globally*, or for some particular statement?

Wow, their response to your bug report wasn't very encouraging, was it @DavideD? And this seems to be a bug that would impact users of regular Hibernate, correct? (It's not...

@sebersole could you clarify for me in exactly which situations `EntityPersister.getNaturalIdentifierSnapshot()` can be called? For us to reactify the whole code path that leads into this method looks like quite...