Issues
- OneToMany mappedby inserts duplicate records when savedHHH-16176
- LockModeType.OPTIMISTIC_FORCE_INCREMENT causes Hibernate to issue a second update statement when an entity is already marked as dirtyHHH-14009
- Add boolean Session.isDirty(Object)HHH-5054
- Auto-flush entities passed as parameters to queriesHHH-18563Christian Beikov
- Investigate proper bytecode enhancement of attributes with PROPERTY accessHHH-19241Steve Ebersole
- Hibernate 4.2.2 not validating entity upon insertion into its @OneToMany CollectionHHH-8800
- Version is incremented when an inverse one-to-many collection is dirtied by adding or removing read-only entitiesHHH-4992
- Fix publishing to maven-localHHH-19044Hibernate External Jira Sync
- "Unique Index Violation" when removing element on OneToMany children list with OrderColumn and orphan removalHHH-13338
- CustomEntityDirtinessStrategy#resetDirty is not called after entity initializationHHH-11866
- Version is updated when a lazy, noop, inverse, one-to-many collection is mapped to an entity.HHH-10404
- Dirty collections from entity copies are not merged properlyHHH-9239
- Immutable entities should not have up-to-date checks performed on a flushHHH-6598
- Dirty checking is generated for @Immutable entiesHHH-19028
- Add support for "WITH UR" isolation clause on DB2HHH-3644
- Entity with bytecode enhancement is being re-initalized on lazy-load causing reset of parent dirty trackingHHH-15524
- CustomEntityDirtinessStrategy is always calling findDirty independent whether canDirtyCheck would return trueHHH-15611
- Avoid unnecessary unproxying of ORM entitiesHSEARCH-3100Yoann Rodière
- Can't use enum as string in join column when field is part of composite primary keyHHH-17020
- Hibernate Enhance Plugin doesn't generate dirty tracking code for inherited fieldsHHH-18402
- Allow JsonJavaType to be configured, in particular equality for dirty checksHHH-17992
- Problems with Bidirectional association management bytecode enhancementsHHH-13754
- Order numbering issue with `@OrderColumn` on updateHHH-17844
- JsonType is saved twiceHHH-17660
- Applying identifier/value/types/property bridges to dynamic-map propertiesHSEARCH-4238Yoann Rodière
- Filters based exclusively on mapper metadata for @IndexedEmbeddedHSEARCH-3903
- Support reindexing an entity whose document ID changedHSEARCH-3202Yoann Rodière
- Describe ways to avoid cascading entity initializationHSEARCH-1235
- JPA AttributeConverter makes hibernate generate update statements on whole table in transactionHHH-11581
- Consider improvements to how bytecode enhancement worksHHH-11451
- PersistentSet does not honor hashcode/equals contract when loaded eagerlyHHH-3799
- Should dirty entity undergo @PreUpdate when unrelated query is issued?HHH-15298
- onFlushDirty not called if only modification was to a collection of elementsHHH-4897
- Interceptor onFlushDirty collections - previous and current state the same instanceHHH-2975
- Unchanged persistent set gets marked dirty on session.merge()HHH-3007
- Entity with Embedded Object is always marked as dirtyHHH-14591
- Performance regression during flush of enhanced entitiesHHH-14430
- Follow up of HHH-14319 for merging detached entity which was dirty-managed beforeHHH-14345
- Improve ActionQueue to merge update into insertion as possibleHHH-14228Yanming Zhou (quaff@github)
- Have multiple bag fetches revert to subselect fetching for all but one of the bagsHHH-1718Steve Ebersole
- @DynamicUpdate should update only the modified fields of a dirty embeddableHHH-13545
- @ManyToMany throws a ConstraintViolationException when removing entity from the mapped-by (inverse) sideHHH-12239
- LazyInit error in JPA/JTA with Hibernate bytecode enhanced dirty checkHHH-11959
- BeanValidationEventListener is validating all properties although partial updates are enabled via bytecode enhancementHHH-13120
- calling EntityManager.unwrap(Session.class) to gain access to Hibernated Session in a Weld CDI environment results in ClassCastExceptionHHH-11020
- API access to the raw audit dataHHH-12044Chris Cranford
- FlushMode.AUTO doesn't flush on SQLQueryHHH-9315
- ValueGenerator#generateValue(Session, Object) interface method needs to get modified field valueHHH-12025
- Dirty checking yields worse performance after byte code enhancementHHH-11834
- Attributeconverter converttoEntityAttribute and convertToDatabaseColumn code is called within a query.list() call -> slowHHH-11098
50 of 71