hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
https://hibernate.atlassian.net/browse/HHH-16882
HHH-15989 - Better support for `@SequenceGenerator` and `@TableGenerator` extensions (optimizer, etc) https://hibernate.atlassian.net/browse/HHH-15989
https://hibernate.atlassian.net/browse/HHH-15725
This is more of a proof of concept for now.
https://hibernate.atlassian.net/browse/HHH-11955
https://hibernate.atlassian.net/browse/HHH-16737
Experiment to see how many dbs this fails on.
https://hibernate.atlassian.net/browse/HHH-16791 when we execute session.find( MyEntity.class, new MyEntityKey( ID, BOOK_DATE ) ); with batch we first load all the entities and then we search in the the PC the one...
HHH-16726 adjust readability condition for strict read-write cache items according isolation level
1. items are always readable from 2ndLevelCache if we accept phantom reads 2. items are readable when cached timestamp is equal to current session timestamp (trust items which were cached...