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

Hibernate's core Object/Relational Mapping functionality

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

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

6.0

… to prevent loading stale cache entries (in the same session) upon executing the HQL update query. Changed AbstractReadWriteAccess by removing the no-op removeAll method so that "affected cache regions"...

This allows entities to be fully traversed after a flush by hibernate search v6 https://hibernate.atlassian.net/browse/HHH-14839

save unnecessary update statements https://hibernate.atlassian.net/browse/HHH-14228

6.0

Request to backport HHH-12338 to 5.4 branch as per discussion https://github.com/hibernate/hibernate-orm/pull/4096#issuecomment-920771670

5.4

The original fix of https://hibernate.atlassian.net/browse/HHH-2558 caused https://hibernate.atlassian.net/browse/HHH-12470 and was reverted by adding back jdbcCoordinator.executeBatch() in StatementPreparerImpl.prepareStatement(String sql, final boolean isCallable) The problem with deletes in HHH-12470 was caused by batch...

5.4

The generated field writer method is modified. I added a check to detect an uninitialized lazy field and force marking it dirty. But that check is only usefull when the...

5.4

Bug/Regression. Detaching entity removes NaturalIdCrossReference in second level cache too. Should operate on first level cache only.

JIRA issue Test Case

added method testManyToOneNaturalLoadByNaturalId unless fixed it fails with a org.hibernate.exception.SQLGrammarException: could not prepare statement N.B.: to make things easy, I had to convert the fetch-type to citizen from EAGER to...

JIRA issue Test Case

…r being persisted or merged to be fully traversed after a flush. hibernate search 6 requires this to update indexes. https://hibernate.atlassian.net/browse/HHH-14839