Commit Graph

4948 Commits

Author SHA1 Message Date
lvydra ce3a935621 [HHH-13965] AssertionError exception is thrown by SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest when executing on Eclipse OpenJ9 VM AdoptOpenJDK (v. 11.0.6) 2024-02-07 11:21:31 +01:00
lvydra 94c13058ac [HHH-13912] AssertionError exception is thrown by SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest when executing on IBM JDK 8 2024-02-05 13:35:33 +01:00
Andrea Boriero 93b0ea2358 HHH-17380 Persisting an entity with a non generated id and @MapsId throws PropertyValueException
(cherry picked from commit ab861e99fb)
2024-01-22 10:54:00 +01:00
Andrea Boriero 30ff143700 HHH-17380 Add test for issue
(cherry picked from commit 00340107d4)
2024-01-22 10:54:00 +01:00
Christian Beikov 7ac11026d4 HHH-17380 Add test for issue 2024-01-22 10:54:00 +01:00
Christian Beikov f4df70a956 HHH-17532 Fix NPE when load-collection is used for collection within embeddable 2023-12-08 13:21:01 +01:00
Andrea Boriero c4dbbac9cb HHH-13179 Fix license header 2023-12-01 11:56:13 +01:00
Lars Karlström d8e57f58c8 HHH-13179 Fixed code formatting issue 2023-12-01 11:56:13 +01:00
Lars Karlström 8216537ca5 HHH-13179 Subclass 2nd level caching now works for XML mappings 2023-12-01 11:56:13 +01:00
Steve Ebersole f5bdf08d25 natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one + natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be more explicit about non-nullability

(cherry picked from commit 6c2e04381d)
2023-09-26 08:55:05 -05:00
Steve Ebersole 8f4afa625f natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one + natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be more explicit about non-nullability

(cherry picked from commit 6c2e04381d)
2023-09-26 08:55:05 -05:00
lvydra e14c7f8740 [HHH-14676] PostgreSQLSkipAutoCommitTest ends up with a NPE on PostgreSQL Plus 13.1 2023-09-19 10:17:04 +02:00
lvydra a66daa0a52 [HHH-14669] CriteriaLiteralWithSingleQuoteTest: SAP ASE16.0 does not support grouping by column heading or alias 2023-08-29 15:00:53 +02:00
Andrea Boriero 1049ff1a07 HHH-16586 When merging a persisted entity with a null Version, Hibernate treats entity as transient instead of throwing an Exception 2023-07-14 11:19:48 +02:00
Andrea Boriero 5c67d200bd HHH-16586 Add test for issue 2023-07-14 11:19:48 +02:00
Christian Beikov 0df923f0cc HHH-15602 Javassist implementation of proper bidirectional handling 2023-04-25 09:34:56 +02:00
Christian Beikov 712b6c7668 HHH-16485 Insert ordering doesn't consider root entity names 2023-04-24 20:09:13 +02:00
Christian Beikov 1399adce7d HHH-15602 Fix bidirectional association management code 2023-04-24 20:08:51 +02:00
Marco Belladelli f3e039da0a HHH-13627 Invalidate cache on update for CacheMode GET and IGNORE 2023-03-16 09:38:49 +01:00
Marco Belladelli f2b07e3f46 HHH-13627 Add test for issue 2023-03-16 09:38:49 +01:00
Christian Beikov 5c585d7362 HHH-14514 Fix auto eviction of collection cache 2023-02-16 09:05:58 +01:00
Scott Marlow ab549a4828 add DEBUG flag save of loaded entity as proxy
Signed-off-by: Scott Marlow <smarlow@redhat.com>
2022-10-27 17:07:10 +02:00
Andrea Boriero 65f33f7703 HHH-15425 Avoid creating an implicit join when the association has already an explicit one 2022-08-15 08:53:47 +02:00
Andrea Boriero 4e326c6276 HHH-15425 Add additional test 2022-08-15 08:53:47 +02:00
Andrea Boriero 29607ce760 HHH-15425 Implemented Hibernate Criteria Projections.fk() and Restrictions.fkEq() 2022-08-10 18:18:07 +02:00
Andrea Boriero 01357e5f1f HHH-15425 org.hibernate.QueryException: could not resolve property is thrown when Hibernate criteria tries to select the id of an association annotated with @NotFound 2022-08-10 18:18:07 +02:00
Andrea Boriero da618ea5aa HHH-15425 Add test for issue 2022-08-10 18:18:07 +02:00
Steve Ebersole d201b0b22d HHH-13948 EnhancedSetterImpl should define writeReplace 2022-04-29 11:26:08 +01:00
Andrea Boriero 2af37a788f HHH-14843 Adding a test for the issue 2022-04-29 11:25:59 +01:00
Andrea Boriero 0c47e99eb4 HHH-14819 Add test for issue 2022-04-08 09:34:07 +02:00
Andrea Boriero a31617f0e9 HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query
(cherry picked from commit 8002b188bb)
2022-04-08 09:34:07 +02:00
Andrea Boriero d13ed4b984 HHH-14649 Add test for issue
(cherry picked from commit bbc2ecb484)
2022-04-08 09:34:07 +02:00
Andrea Boriero 75a00df126 HHH-14624 Oracle from version 12 started supporting the syntax for pagination
(cherry picked from commit 422b80b80d)
2022-04-08 09:34:07 +02:00
Andrea Boriero 120d17dcb4 HHH-14624 add test
(cherry picked from commit 2952b60cc3)
2022-04-08 09:34:07 +02:00
Steve Ebersole cf1bf5f823 HHH-15106 - fk() HQL function 2022-04-08 09:25:44 +02:00
Yoann Rodière 367ec2f276 HHH-14635 Upgrade to log4j 2 2021-12-13 12:45:06 +00:00
Yanming Zhou a396c89322 HHH-14229 Fix unexpected foreign key creation
before this commit, foreign key is created even ConstraintMode.NO_CONSTRAINT present on the @ManyToOne side
2021-12-06 09:37:13 +01:00
Sanne Grinovero 9564ce32de HHH-14540 Maintain strict API backwards compatibility 2021-11-16 19:01:31 +00:00
Chris Cranford 06a8158fb7 HHH-14540 Don't share session-scoped interceptors with temp session 2021-11-16 19:01:22 +00:00
Gail Badner 0184d7e9b4 Revert "HHH-14624 add test"
This reverts commit 92fe27df85.
2021-09-29 09:17:46 -07:00
Gail Badner fde16235c3 Revert "HHH-14624 Oracle from version 12 started supporting the syntax for pagination"
This reverts commit 06abf32163.
2021-09-29 09:17:28 -07:00
Gail Badner 0171dd28cc Revert "HHH-14649 Add test for issue"
This reverts commit 8f21f9d701.
2021-09-29 09:17:07 -07:00
Gail Badner c5bc1f2884 Revert "HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query"
This reverts commit 31ac883f36.
2021-09-29 09:16:45 -07:00
Andrea Boriero 31ac883f36 HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query
(cherry picked from commit 8002b188bb)
2021-09-28 19:09:52 -07:00
Andrea Boriero 8f21f9d701 HHH-14649 Add test for issue
(cherry picked from commit bbc2ecb484)
2021-09-28 19:09:52 -07:00
Andrea Boriero 06abf32163 HHH-14624 Oracle from version 12 started supporting the syntax for pagination
(cherry picked from commit 422b80b80d)
2021-09-28 19:09:52 -07:00
Andrea Boriero 92fe27df85 HHH-14624 add test
(cherry picked from commit 2952b60cc3)
2021-09-28 19:09:52 -07:00
Gail Badner 71345923c5 HHH-14840 : IBM Db2 11.1 fails on TransientOverride test cases
(cherry picked from commit 2c16f09195)
2021-09-28 19:07:26 -07:00
Steve Ebersole 251e1fb3b3 HHH-14847 - Deprecate JMX support 2021-09-28 16:21:26 +01:00
Steve Ebersole 4c235a4a46 HHH-14845 - Deprecate JACC support 2021-09-28 13:11:25 +01:00