Issues
- Again - Refreshing an entity clears the lock mode returned from EntityManager.getLockModeHHH-16055
- Error accessing field [SOME_FIELD] by reflection for persistent property - Caused by: java.lang.IllegalArgumentExceptionHHH-15307
- PooledOptimizer generates duplicate ids when several JVMs initialize optimizer and sequence value is the initial valueHHH-15118Resolved issue: HHH-15118Guillaume Chapel
- Initialisation of the HibernatePersistenceProvider fails when using Open Liberty and Hibernate >=5.5HHH-14953
- Metamodel imports cache increases indefinitely for dynamically generated HQL aliases eventually leading to an OOMHHH-14948Resolved issue: HHH-14948Ivaylo Mitrev
- Bug: Detach entity removes NaturalIdCrossReference in shared cache tooHHH-14944Resolved issue: HHH-14944Guenther Demetz
- byNaturalId API creates unparseable query (AND keyword instead of WHERE)HHH-14943Resolved issue: HHH-14943Andrea Boriero
- Type annotation is deprecated without an available replacementHHH-14935Resolved issue: HHH-14935Jan Schatteman
- Key-to-one to id-class entity with key-to-one doesn't work anymoreHHH-14918Resolved issue: HHH-14918Yoann Rodière
- Schema update should dropped columns not available in entityHHH-14898
- JTS package not updated in "spatial basic types table" in user guideHHH-14891Resolved issue: HHH-14891Nathan Xu
- Converters defined through orm.xml are never retrieved from the CDI contextHHH-14881Resolved issue: HHH-14881Yoann Rodière
- <converter class="..."> in orm.xml ignores the <package> elementHHH-14880Resolved issue: HHH-14880Yoann Rodière
13 of 13
Again - Refreshing an entity clears the lock mode returned from EntityManager.getLockMode
Description
Details
Details
Assignee
Unassigned
UnassignedReporter
pioneer.vvs@gmail.com
pioneer.vvs@gmail.comAffects versions
Priority
Created January 17, 2023 at 5:54 PM
Updated January 17, 2023 at 5:54 PM
Activity
Show:
Refreshing an entity clears the lock mode returned from EntityManager.getLockMode not working again.
https://hibernate.atlassian.net/browse/HHH-12257
Fixed in 5.2.18 but in and higher 5.3.0 same bug