hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

Hibernate's core Object/Relational Mapping functionality

Results 538 hibernate-orm issues
Sort by recently updated
recently updated
newest added

HHH-15989 - Better support for `@SequenceGenerator` and `@TableGenerator` extensions (optimizer, etc) https://hibernate.atlassian.net/browse/HHH-15989

https://hibernate.atlassian.net/browse/HHH-11955

JIRA issue Test Case

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...

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...