Andrea Boriero
6241215bcc
HHH-12454 - Add tests for issue
2018-04-16 09:53:51 -05:00
nikowitt
833f6b50a4
HHH-12484 - Improved error output for LazyInitializationException to include entity-related info
2018-04-16 17:36:59 +03:00
Chris Cranford
0423dd6777
HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3
...
HHH-11737 - Remove dependency upon org.hibernate.criterion package.
(cherry picked from commit c7c919f
)
2018-04-16 10:33:20 -04:00
Vlad Mihalcea
c48bff3681
HHH-12479 - Document the converted:: prefix for HBM type mappings
2018-04-12 16:44:15 +03:00
Jonathan Bregler
5e5d91cea2
HHH-12462 - Use SAP HANA JDBC driver from Maven Central
2018-04-05 15:05:00 +03:00
Vlad Mihalcea
8218a8de2d
Fix checkstyle issues
2018-04-05 14:02:36 +03:00
Vlad Mihalcea
6be4718411
HHH-12326 - PreUpdate/PrePersist not working for @Embeddable entities
2018-04-04 10:44:36 +03:00
Vlad Mihalcea
58d5cf9271
HHH-12387 - Immutable entities can be updated via bulk update queries
...
Fix checkstyle issues
2018-04-03 20:34:00 +03:00
Vlad Mihalcea
c769fc5ff6
HHH-12387 - Immutable entities can be updated via bulk update queries
2018-04-03 14:08:38 +03:00
barreiro
3ebbc221c6
HHH-12389 - Remove usage of javax.script.ScriptEngine in MixedAccessTest
2018-04-03 11:43:50 +03:00
Gail Badner
bf39f1f8f2
HHH-12166 : AbstractCompositionAttribute#getAttributes throws NPE for nested CompositeCustomType
...
(cherry picked from commit 216ad13e6c
)
2018-03-29 17:35:58 -07:00
Gail Badner
0f85944af1
HHH-12166 : test case
...
(cherry picked from commit 05404eff0f
)
2018-03-29 17:35:03 -07:00
helloztt
fe619ceb08
HHH-12338 - Incorrect metamodel for basic collections
2018-03-29 17:54:46 +03:00
Gail Badner
139f354873
HHH-12439 : Merging of new entities can fail depending on cascade order
...
(cherry picked from commit c10dbe9d9c
)
2018-03-28 11:41:32 -07:00
Christian Beikov
2a11a1db9b
HHH-3930 Test and fix for unnecessary query that is issued when fetching inverse one-to-one
2018-03-28 15:28:48 +03:00
Philippe Marschall
eed7f70751
HHH-11806 - Add support for MariaDB 10.3
...
HHH-11769 - New MariaDB Dialect for MariaDB >= v10.1
2018-03-28 11:05:17 +03:00
Jonathan Bregler
4b21dbac19
HHH-12426 - SAP HANA spatial dialect should support all SAP HANA spatial functions
2018-03-28 10:52:34 +03:00
Andrea Boriero
593d93d28f
HHH-12391 - with IronJacamar an EntityTransaction.rollback() with a non active Transaction that was marked for rollback only causes a failure
2018-03-26 16:44:41 +01:00
Andrea Boriero
fdadd973ac
HHH-12391 - Add test for issue
2018-03-26 16:44:24 +01:00
Gail Badner
76e3bead49
HHH-12226 : ObjectNotFoundException thrown when @NotFound(action = NotFoundAction.IGNORE) used with enhancement
...
(cherry picked from commit 9fe24e7e6d
)
2018-03-23 15:44:43 -07:00
Vlad Mihalcea
2903551b19
HHH-12419 - Incorrect batch inserts example
2018-03-22 16:15:56 +02:00
Andrea Boriero
cb3d3c0fd7
5.2.16
2018-03-22 12:12:57 +00:00
Andrea Boriero
20a5319733
5.2.16
2018-03-22 11:28:14 +00:00
Andrea Boriero
92d4b255e1
HHH-5797 HHH-2558 - Fix tests failing on PostgreSQL and MariaDB
2018-03-22 10:58:31 +00:00
Andrea Boriero
d893386f96
HHH-12392 - Caching SchemaResolver delegate with multiple data sources
2018-03-21 16:56:44 +00:00
Andrea Boriero
dcc188efc5
HHH-12375 - HHH-12383 - Remove path from AbstractPropertyMapping#typesByPropertyPath for imcompatible type properties
2018-03-21 16:04:33 +00:00
Andrea Boriero
47d3c13aa6
HHH-12375 - Add more tests
2018-03-21 16:04:19 +00:00
Christian Beikov
5d9675c75e
HHH-12383 - Type check existing type to avoid class cast exceptions related to type incompatible same named attributes being used in subtypes
2018-03-21 16:04:07 +00:00
Christian Beikov
c8217d9f09
HHH-12375 Fix for eager loading same named properties with conflicting types
2018-03-21 16:03:54 +00:00
Andrea Boriero
c56b6d7dc7
HHH-11867 - @UpdateTimestamp not working with @Inheritance( strategy = JOINED )
2018-03-21 15:10:00 +00:00
Andrea Boriero
2ad8b3540a
HHH-11867 - Add test for issue
2018-03-21 14:54:41 +00:00
Vlad Mihalcea
3ad949a933
HHH-12362 - Allow both SQL query hints and comments
...
Fix broken tests
2018-03-20 18:32:34 +02:00
Vlad Mihalcea
20ce1ef516
HHH-12362 - Allow both SQL query hints and comments
2018-03-20 17:22:14 +02:00
asutosh936
6a1f2525f0
HHH-12364 : Removed @MapKeyJoinColumn with name phone_id as its not needed
2018-03-20 17:08:09 +02:00
Gail Badner
b41b861982
HHH-12406 : Add a test for HHH-11440
...
(cherry picked from commit 83e95d7681
)
2018-03-19 19:13:39 -07:00
Etienne Miret
d2a796f04a
HHH-3813 Fix flush of the join table before a criteria query.
2018-03-19 19:03:41 +02:00
Chris Cranford
8f97b5610d
HHH-12314 - Fix ClassCastException when using a NegatedPredicateWrapper on a Criteria Join.
...
(cherry picked from commit 748c521
)
2018-03-16 13:33:44 -04:00
Lars Storm
1009245de5
HHH-11924: ElementCollection ignore converter for XML mapping
2018-03-16 18:24:16 +02:00
Dmitrii Bocharov
65f7dc1b60
HHH-12221: incorrect formatting of SQL Server statements when escaping
2018-03-15 14:47:30 +02:00
Andrea Boriero
9d28bac47e
HHH-12380 - Stackoverflow when order_inserts=true
2018-03-14 18:01:48 +02:00
Roland Illig
b6d5149e08
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix adoc typo in "Using table identifier generator" User Guide section.
2018-03-14 17:48:22 +02:00
Roland Illig
98e78bad06
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix SQL for bidirectional OneToMany The documented SQL didn't match what the test actually produces.
2018-03-14 17:48:22 +02:00
Vlad Mihalcea
9b7d61a729
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix inconsistency between User Guide content and the associatted test case
2018-03-14 17:48:21 +02:00
Roland Illig
09495d4881
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix a/an grammar in code and documentation, and other typos
2018-03-14 17:48:21 +02:00
Kirill Marchuk
6b12e794e9
HHH-12388 - User Guide typo fixes
...
Getting Started guide seems to be consistently using the term "Developer Guide", which is nowhere to be found in the "current" documentation, thus I propose this change.
2018-03-14 17:48:20 +02:00
Vlad Mihalcea
dff1fa191a
HHH-12374 - Order inserts sorting code gives up too soon
2018-03-13 15:30:03 +02:00
Andrea Boriero
d6af399893
5.2.15
2018-03-08 12:17:44 +00:00
Andrea Boriero
95ff6344ca
5.2.15
2018-03-08 10:57:51 +00:00
Sanne Grinovero
954f1c4dfa
HHH-12370 Lazily-initialized byte[] LOB gets turned into a String, resulting in poor performance
2018-03-08 10:25:00 +00:00
Christian Beikov
18a2b16889
HHH-12369 Fix for integer overflow in limit handler when using Integer.MAX_VALUE for maxResults on DB2
2018-03-07 18:32:32 +00:00