emmanuelbernard / hibernate-core-ogm

Hibernate extension for Object Grid Mapper
http://hibernate.org
11 stars 4 forks source link

Remove dependency on ResultSet for PersistenceContext's LoadContexts objects #24

Closed emmanuelbernard closed 13 years ago

emmanuelbernard commented 13 years ago

ResultSet objects are simply used as keys

emmanuelbernard commented 13 years ago

Technically we can work around that but I'd rather keep this part of the code independent or at least abstracted from JDBC

emmanuelbernard commented 13 years ago

done

emmanuelbernard commented 13 years ago

Actually we need to implement ResultSet for various reasons so this change was not really needed. We probably should revert it back at some point.