Christian Beikov
5a889f7d56
HHH-17782, HHH-17901 Support enum literals in annotation processor HQL validation
2024-06-06 16:40:28 +02:00
Gavin King
de3a4c0af9
HHH-17804 roll back change to semantics of 'null in ()'
...
It turns out that SQL databases (IMO wrongly) treat the expression
'null in (select 1 where false)' as false instead of null. And as
of JPA 3.2, we're free to interpret 'null in ()' consistently with
that, which we should do.
So my change made things worse rather than better.
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-06 16:17:41 +02:00
Marco Belladelli
15cbebbbf9
HHH-18121 Replace dynamic instantiations for non-simple count queries
2024-06-06 08:59:51 +02:00
Marco Belladelli
8f217c886f
HHH-18121 Add test for issue
2024-06-06 08:59:51 +02:00
Marco Belladelli
d1e126b2ab
HHH-18212 Revert test and fix for issue causing transient check failure
...
The unowned `contained` association caused a `TransientObjectException` since it was removed but a reference to it was still kept in the test.
2024-06-05 17:50:53 +02:00
Gavin King
c1433ffdf0
rename cascade type from DELETE to REMOVE (aligning with JPA terminology)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 16:08:43 +02:00
Gavin King
a6ef6d1b55
HHH-18230 disable exception when collection is unowned
...
I just feel like that's a bit too heavy-handed
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 16:08:43 +02:00
Gavin King
aa91138b6b
HHH-18230 throw when collection contains an unsaved instance
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 16:08:43 +02:00
Christian Beikov
cf0e4d4622
HHH-18201 Handle SqmBinaryArithmetic in determineValueMapping
2024-06-05 15:13:52 +02:00
Christian Beikov
dba38f84fc
HHH-18201 Configure NO_PLAIN_PARAMETER rendering mode for timestamps in timestampadd and -diff
2024-06-05 15:13:52 +02:00
Cedomir Igaly
edbece8125
HHH-18201 - Do not make any assumptions when LHS operand of addition/subtraction is not known
...
and RHS operand is of duration type.
Allowed combinations are
templral +/- duration
duration +/- duration
nut final decision can be only make knowing full context
2024-06-05 15:13:52 +02:00
Cedomir Igaly
ca581e74f4
HHH-18201 - Test case
...
Executing query comparing instant field with parameter (set to instant value) increased by duration
Executing query comparing local date field with parameter (set to local date value) increased by duration
Executing query comparing duration field with parameter (set to duration value) increased by duration
2024-06-05 15:13:52 +02:00
Marco Belladelli
c5cbe20bd1
HHH-18212 Handle entity in existing state removed from current session
2024-06-05 15:12:51 +02:00
marko-bekhta
46e0f43567
HHH-18212 Add a testcase for the issue
2024-06-05 15:12:51 +02:00
Marco Belladelli
4ed529c289
HHH-18172 Validate exclusivity of annotated class types
2024-06-05 15:12:21 +02:00
Marco Belladelli
9aaebe312a
HHH-18172 Fix embeddable inheritance + `@MappedSuperclass` binding
2024-06-05 15:12:21 +02:00
Marco Belladelli
547fe55ecc
HHH-18172 Add test for issue
2024-06-05 15:12:21 +02:00
Gavin King
d54f71f81c
HHH-6999 optimization
...
don't need to run CHECK_ON_FLUSH with cascade=ALL,
since ALL includes PERSIST_ON_FLUSH
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 11:58:39 +02:00
Christian Beikov
fd248e9f6a
HHH-15722 Release announcement
2024-06-05 08:38:06 +02:00
Vincent Bouthinon
4308c5dac5
HHH-15722 @OneToMany mappedBy with a @Any
2024-06-05 08:33:04 +02:00
Gavin King
20d26a0126
HHH-9568/HHH-9571 fix orphanRemoval in JPA bootstrap
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 02:17:36 +02:00
Gavin King
faff6f0b8f
HHH-6999 fix a broken test
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Gavin King
ccff1effed
remove unused method
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Gavin King
04223f5cb9
HHH-6999 check for unsaved refs after processing all cascaded persist operations
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Gavin King
7b9b495f31
minor code changes (use of final)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Gavin King
1a93a081e1
minor change to formatting of error messages
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Gavin King
92f61c0956
light refactoring to ForeignKeys
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-05 00:14:06 +02:00
Vladimír Kuruc
b687120bad
HHH-18225 Fix for Informix syntax error in DISTINCT clause before SKIP clause
2024-06-04 18:06:15 +02:00
Marco Belladelli
224e8ca57a
HHH-17959 Apply concrete type to subqueries with single selection
2024-06-04 16:46:40 +02:00
Marco Belladelli
f2f0e18da8
HHH-17959 Add test for issue
2024-06-04 16:46:40 +02:00
Christian Beikov
04d86a8160
HHH-18109 Remove executionTime from JFR events and clear JFR events before test
2024-06-04 16:09:22 +02:00
Andrea Boriero
78cf552065
HHH-18146 Switch to global temporary tables on H2
2024-06-04 14:26:25 +02:00
Vladimír Kuruc
753076bb40
HHH-18221 Fix for Incomplete list of existing foreign keys - DatabaseMetaData.crossReferences(...) not used
2024-06-04 13:52:19 +02:00
Mark Rotteveel
1e70c51b56
HHH-18213 Fix LimitHandler for Firebird 2.5 and older
2024-06-04 13:38:55 +02:00
Vladimír Kuruc
cfc6df2e27
HHH-18150 Considered change of ignoring precision while preserving float/smallfloat mapping
2024-06-04 11:47:48 +02:00
Vladimír Kuruc
0fd9edc501
HHH-18150 Fix for Informix float and double precision in decimal digits
2024-06-04 11:47:48 +02:00
Vlado Kuruc
abf07078d8
HHH-18180 Update hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/sequence/InformixSequenceSupport.java
...
Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
2024-06-04 11:43:50 +02:00
Vladimír Kuruc
8d01a705c1
HHH-18180 Informix IF EXISTS clauses support
2024-06-04 11:43:50 +02:00
Jan Schatteman
f71a408df8
HHH-17973 - Deprecate ALLOW_REFRESH_DETACHED_ENTITY
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-04 11:27:49 +02:00
Gavin King
dc0442ad01
use TypeElement instead of String
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-03 21:21:22 +02:00
Gavin King
cdb92a3049
correctly handle embeddable inheritance in HibernateProcessor
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-03 21:21:22 +02:00
Gavin King
14631ddd8f
change default AccessType to FIELD in Processor
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-03 21:21:22 +02:00
Gavin King
9fbdafe318
HHH-13620, HHH-13869 fix handling of nested embeddable access type in Processor
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-03 21:21:22 +02:00
Loïc LEFEVRE
ef1cbf589d
HHH-18206 Switch to JDBC LOB APIs for Oracle Dialect ( #8486 )
...
HHH-18206 Switch to JDBC LOB APIs for Oracle Dialect
2024-06-02 18:29:52 +02:00
Gavin King
18ec7f178e
HHH-18215, HHH-2744 test
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 16:26:25 +02:00
Gavin King
6435137800
HHH-18215, HHH-2744 fix parsing of native SQL queries to handle quoting
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 16:26:25 +02:00
Gavin King
eb74c7641c
squash some warnings
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 14:23:31 +02:00
Gavin King
86ddd203a0
remove redundant calls to checkOpen()
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 14:23:31 +02:00
Gavin King
cf0b9089a4
clarify semantics of StatelessSession.upsert() in javadoc
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 14:23:31 +02:00
Gavin King
e895283c53
HHH-18216 only do it for generated ids
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-02 13:32:51 +02:00