You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [HHH-5393] - MappingException when @MapKeyColumn refers to a column mapped in embeddable map value
12
+
* [HHH-7249] - Discrimator values in versioned entities in one to many relations could cause problems when deleting relation
13
+
* [HHH-7625] - Inverse OneToMany with a CompositeKey fails
14
+
* [HHH-9199] - ValidityAuditStrategy: Collection of embeddables is not audited correctly
15
+
* [HHH-10027] - Dynamic filter parameter can be bound in wrong order when applied to OneToMany collections
16
+
* [HHH-10617] - multiLoad behavior
17
+
* [HHH-10725] - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
18
+
* [HHH-10795] - StatefulPersistenceContext.entityEntryContext does not work properly for ManagedEntity associated with a different StatefulPersistenceContext
19
+
* [HHH-10810] - ImplicitIndexColumnNameSource should extend ImplicitNameSource.
* [HHH-10973] - hibernate-enhance-maven-plugin won't enhance entities with bidirectional relationships
39
+
* [HHH-10977] - entity not enhanced when mapped superclass enhanced before
40
+
* [HHH-10987] - Cannot save JTS geometry with SRID 3857 into SRID 3857 column
41
+
* [HHH-10991] - Wrong order parameter binding when filters are used in conjunction with component type parameters and subqueries
42
+
* [HHH-10993] - NPE when Lazy loading collection without transaction for bytecode enhanced entitie
43
+
* [HHH-10994] - Limit Handler for SQL server doesn't support queries with alias( without 'as' keyboard ) in select clause.
44
+
* [HHH-11009] - org.hibernate.AnnotationException: Unable to create unique key constraint - if column not found
45
+
* [HHH-11013] - The release task creates two documentation folders for UserGuide
46
+
* [HHH-11016] - Hibernate Schema Management Tool does not properly drop sequences for PostgresSQL 8.2+
47
+
48
+
49
+
** New Feature
50
+
* [HHH-10965] - Add new Query Hint to avoid passing DISTINCT from entity queries to SQL statements
51
+
* [HHH-10966] - Document @DiscriminatorValue NULL and NOT_NULL options
52
+
* [HHH-10971] - Document flush operation order
53
+
54
+
** Task
55
+
* [HHH-10948] - Upgrade Byteman to 3.0.6
56
+
57
+
** Improvement
58
+
* [HHH-8687] - Better exception message for PostgreSQL81Dialect and named REF_CURSOR parameter binding
59
+
* [HHH-10531] - JaxbHbmTuplizerType marshalling does not conform hibernate-mapping-4.0.xsd
60
+
* [HHH-10532] - Cannot marshall JaxbHbmBasicAttributeType to xml if the "generated" attribute is not specified
61
+
* [HHH-10800] - InformixDialect: add support for coalesce(), current_timestamp(), current_date()
62
+
* [HHH-10905] - NullPointerException when StatelessSession.get(Class, Serializable, LockMode) called with null LockMode, instead of defaulting to LockMode.NONE
63
+
* [HHH-10923] - Upgrade CDI 1.1 and related dependencies to Final
64
+
* [HHH-10924] - Replace ConcurrentServiceBinding by ConcurrentHashMap
65
+
* [HHH-10943] - Driver Manager Connection Pool should close leaked connections upon shutting down
66
+
* [HHH-10945] - Move TransactionUtil from documentation to hibernate-testing
67
+
* [HHH-10946] - Add utility to detect connection leaks during testing
68
+
* [HHH-10947] - Add @Repeatable to Hibernate-owned annotations
69
+
* [HHH-10949] - Upgrade Infinispan to 8.2.3.Final
70
+
* [HHH-10984] - Have multiLoad not return (unflushed) DELETED entities
71
+
* [HHH-10996] - The cleanupTestData utility has issues with link tables
72
+
* [HHH-11000] - Fix the port stealing issue between Arquillian and NVidia Windows driver
73
+
* [HHH-11002] - Add documentation section about Filter and FilterDef
74
+
* [HHH-11017] - Migrate Integration Guide to AsciiDoctor
0 commit comments