Re: [hibernate-dev] JdbcSession proposal

2014-01-06 Thread Brett Meyer
Apologies for being late to the party. Thoughts: * As discussed with Steve on IRC today, one big pain point has been that resource management/cleanup currently involves JdbcCoordinatorImpl#xref. It maps ResultSets to a Statement instance. This was great with the old proxy system, but now nee

Re: [hibernate-dev] JdbcSession -> DataStoreSession

2014-01-06 Thread Steve Ebersole
I'm thinking about just dropping this (the agnostic part) as it is not really getting any traction with or looks from the non-ORM folks. On Mon 16 Dec 2013 07:55:36 AM CST, Emmanuel Bernard wrote: > In the old (4.2) Persisters / Loaders, the ResultSet API was pretty pervasive > and passed form me