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
Christian Beikov
656c43cfed
HHH-12369 Testcase that ensures the max rows don't overflow
2018-03-07 18:32:23 +00:00
Andrea Boriero
fdd43ff662
HHH-12332 - Add more tests
2018-03-07 17:37:57 +00:00
Christian Beikov
a9a26087bb
HHH-12332 - Test and fix for unrelated same named singular attributes in subtypes
2018-03-07 17:37:44 +00:00
Christian Beikov
f2d77a033e
HHH-12332 - Test and fix for unrelated same named collection attributes in subtypes
2018-03-07 17:37:33 +00:00
Guillaume Smet
2bd1db2d4e
HHH-12332 Fix a couple of formatting issues
2018-03-07 17:37:17 +00:00
Christian Beikov
5c71f353de
HHH-12332 - Fix for NPE in AbstractPropertyMapping.getSuperCollection
2018-03-07 17:36:52 +00:00
Christian Beikov
270cc49e2d
HHH-12332 - Testcase for reproducing NPE in AbstractPropertyMapping.getSuperCollection
2018-03-07 17:36:31 +00:00
Arturas Sirvinskas
688d0143a1
HHH-7119 - Hibernate filter's parameters are not populated when an entity's Collection is populated using a fetch mode of subselect
2018-03-07 12:09:49 +00:00
Andrea Boriero
d8614846ba
HHH-7119 - Add test for issue
2018-03-07 12:09:39 +00:00
Chris Cranford
8b4b9aa2f0
HHH-8382 - Fix ordering of lob columns when using HBM mappings.
...
(cherry picked from commit 676784d
)
2018-03-06 13:49:17 -05:00
Chris Cranford
36d46b7f61
HHH-8382 - Added test case.
...
(cherry picked from commit a0b94f0
)
2018-03-06 13:49:07 -05:00
Chris Cranford
78be6a5312
HHH-12355 - Fix ordered insert failures with composite types having associations.
...
(cherry picked from commit 493c968
)
2018-03-06 11:32:16 -05:00
Vlad Mihalcea
1d668a1ffb
HHH-12297 - Relations are not loaded when using Fetch Profiles
...
Rename entities to prevent using DB reserved words
2018-02-28 12:35:44 +02:00
Vlad Mihalcea
40f0ffa7b2
HHH-12297 - Relations are not loaded when using Fetch Profiles
...
Fix wrong import
2018-02-28 12:07:15 +02:00
Ladislav Kulhanek
e58ab7ac5e
HHH-12297 - Relations are not loaded when using Fetch Profiles
2018-02-27 18:05:39 +02:00
dcebotarenco
c79c760289
HHH-2558 - Allow batching inserts for multi-table entities
...
HHH-5797 - Improve batching for entity updates or deletes that use secondary tables
2018-02-27 16:29:44 +02:00
Felix Feisst
44ac367b25
HHH-9186 - ORM wrongly assumes that an element of a set has a primary key
2018-02-27 16:08:17 +02:00
Andrea Boriero
0d1bd61536
5.2.14
2018-02-27 13:01:55 +00:00
Andrea Boriero
b49e6405af
5.2.14
2018-02-27 08:14:24 +00:00
Piotr Bobinski
bfb02bc55c
HHH-12092 Bad PrimitiveCharacterArrayNClobType INSTANCE typo
2018-02-26 16:27:34 +02:00