Andrea Boriero
|
40f6ad6700
|
HHH-17964 Hibernate using wrong column order for ElementCollection query when composite ID is present
|
2024-04-25 14:08:17 +02:00 |
Andrea Boriero
|
06fe05482c
|
HHH-17964 Add test for issue
|
2024-04-25 14:08:17 +02:00 |
Marco Belladelli
|
8eca2d9636
|
HHH-17883 Correct original column order for primary keys
|
2024-04-25 14:08:17 +02:00 |
Marco Belladelli
|
71e52a8f0f
|
HHH-17883 Add test for issue
|
2024-04-25 14:08:17 +02:00 |
Christian Beikov
|
15fd989ff6
|
HHH-17885 Fix for same named attribute of different Embedded uses same selection expression
|
2024-04-25 14:08:17 +02:00 |
Christian Beikov
|
62836b5dcf
|
HHH-17885 Test for same named attribute of different Embedded uses same selection expression
|
2024-04-25 14:08:17 +02:00 |
Christian Beikov
|
3700bbf4f0
|
HHH-17734 Ensure provider_class has precedence over datasource
|
2024-03-28 14:38:34 -05:00 |
Christian Beikov
|
00d6777d05
|
HHH-17493 Ensure case insensitivity is retained in negated copy
|
2024-03-28 14:38:34 -05:00 |
Jan Schatteman
|
e9fd4a6915
|
HHH-17493 - add tests and fix
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
|
2024-03-28 14:38:34 -05:00 |
Marco Belladelli
|
4508d2f3be
|
HHH-17705 Load default bytecode provider using the correct ClassLoader
|
2024-03-27 14:11:58 +01:00 |
Christian Beikov
|
c7114ce442
|
HHH-17689 Cache SQL statement for unique key lookup
|
2024-03-27 14:11:58 +01:00 |
Christian Beikov
|
a36393b93f
|
HHH-17670 Test and fix for NPE in FromClause#findTableGroup
|
2024-01-24 10:54:36 +01:00 |
Andrea Boriero
|
186bcc6ac8
|
HHH-17634 Merging a new entity having a @GeneratedValue id should not set the generated id of the original entity
|
2024-01-24 10:54:36 +01:00 |
Andrea Boriero
|
7751cc4491
|
HHH-17634 Add test for issue
|
2024-01-24 10:54:36 +01:00 |
Marco Belladelli
|
1b9d4a3e36
|
HHH-17643 Load `BytecodeProvider` as a java service
Also allow `SerializableProxy` deserialization even when no session factory is available.
|
2024-01-22 12:12:22 +01:00 |
Christian Beikov
|
3f8e696dc3
|
HHH-17106 Fix ClassCastException when using length 1 named enum mapping
|
2024-01-10 12:46:45 +01:00 |
Christian Beikov
|
66a723e251
|
HHH-17623 Test and fix use of association in @OrderBy
|
2024-01-10 12:46:45 +01:00 |
Marco Belladelli
|
7c5e419c29
|
HHH-17606 Fix nested generic join path resolution
|
2024-01-05 16:41:40 +01:00 |
Marco Belladelli
|
d41981e621
|
HHH-17606 Add test for issue
|
2024-01-05 16:41:40 +01:00 |
Yanming Zhou
|
3564717876
|
HHH-16935 Fix inconsistent method name
|
2024-01-05 16:41:40 +01:00 |
Andrea Boriero
|
ed107f8436
|
HHH-17380 Persisting an entity with a non generated id and @MapsId throws PropertyValueException
|
2024-01-05 16:41:40 +01:00 |
Andrea Boriero
|
a4762886fd
|
HHH-17380 Add test for issue
|
2024-01-05 16:41:40 +01:00 |
Marco Belladelli
|
1633b2d2c7
|
HHH-17405 Fix failing generic MappedSuperclass comparison test
|
2023-12-19 15:31:59 +01:00 |
Marco Belladelli
|
da89662241
|
HHH-17405 Handle generic mapped superclass path sources
|
2023-12-19 15:31:59 +01:00 |
Marco Belladelli
|
234908136c
|
HHH-17405 Add test for issue
|
2023-12-19 15:31:59 +01:00 |
Gavin
|
7b7ad92a39
|
mark parameter as deprecated since it is always null
leaving the parameter there seems to have been a mistake,
since it was _was_ removed from nullSafeSet()
|
2023-12-15 19:42:07 +01:00 |
Gavin
|
89d0a5715d
|
HHH-16593 allow mappedBy to refer to a non-association property
(get rid of a totally unnecessary error)
|
2023-12-15 19:42:07 +01:00 |
Marco Belladelli
|
605886b636
|
HHH-17491 Fix checking subtype attribute declared in MappedSuperclass
|
2023-12-05 15:40:22 +01:00 |
Marco Belladelli
|
67af47a66f
|
HHH-17491 Add test for issue
|
2023-12-05 15:40:22 +01:00 |
Christian Beikov
|
ac3b5281c3
|
HHH-17445 Don't force initialization of correlated joined table group
|
2023-12-01 18:16:48 +01:00 |
Marco Belladelli
|
e369015b4d
|
HHH-17384 Fix `@NotFound` to-one association nullness handling
|
2023-12-01 18:16:48 +01:00 |
Steve Ebersole
|
3e96ddce40
|
HHH-17143 - More not-found fix ups
https://hibernate.atlassian.net/browse/HHH-17143
|
2023-12-01 18:16:48 +01:00 |
Christian Beikov
|
f7709e7610
|
HHH-17102 Fix @SqlResultSetMapping issue for joined inheritance entity result
|
2023-12-01 18:16:48 +01:00 |
The-Huginn
|
47e827200e
|
[HHH-17294] DeepCopy non-Embedded JSON or XML JdbcTypCode attribute using FormatMapper
|
2023-12-01 18:16:48 +01:00 |
Leandro Taveras
|
2e0f0c5b58
|
[HHH-17294] Test verifying issue where Entity is not marked as dirty if one of its JSON children is modified
|
2023-12-01 18:16:48 +01:00 |
Andrea Boriero
|
d6e695055e
|
HHH-17108 Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
|
2023-12-01 18:16:48 +01:00 |
Andrea Boriero
|
d5e3f44479
|
HHH-17108 Add test for issue
|
2023-12-01 18:16:48 +01:00 |
Marco Belladelli
|
fc5b184284
|
HHH-17329 Resolve state for query cache for initialized proxies
|
2023-12-01 18:16:48 +01:00 |
Marco Belladelli
|
2570cbe5db
|
HHH-17329 Add test for issue
|
2023-12-01 18:16:48 +01:00 |
Christian Beikov
|
9403c4932a
|
HHH-17351 Add missing basic type registration after changing preferred jdbc type
|
2023-12-01 18:16:48 +01:00 |
Christian Beikov
|
d9e962c991
|
Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version
|
2023-12-01 18:16:48 +01:00 |
Marco Belladelli
|
2d5df89552
|
HHH-17225 Always use target table column for right / full joins
|
2023-10-11 18:47:42 +02:00 |
Marco Belladelli
|
f163462e36
|
HHH-17225 Add test for issue
|
2023-10-11 18:47:42 +02:00 |
Jan Schatteman
|
a03c1c0ef7
|
HHH-17302 - Use nocache for MariaDB sequences
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
|
2023-10-11 18:47:42 +02:00 |
Andrea Boriero
|
e5b2298b76
|
HHH-17290 Embeddable with a primitive field cannot be set to null
|
2023-10-11 18:47:42 +02:00 |
Andrea Boriero
|
583015100b
|
HHH-17290 Add test for issue
|
2023-10-11 18:47:42 +02:00 |
Christian Beikov
|
1b789ff3c4
|
HHH-17276 Be more forgiving when determining lobness
|
2023-10-11 18:47:42 +02:00 |
Christian Beikov
|
6c52aef28f
|
HHH-17276 Expose size based lob-ness in DdlType and retain info in runtime model
|
2023-10-11 18:47:42 +02:00 |
LLEFEVRE
|
7cb740594e
|
HHH-16876 Update Oracle testing to 23c
|
2023-10-11 18:47:42 +02:00 |
Christian Beikov
|
875e0cac3c
|
HHH-16933 Stop using syntax sugar JSON item-methods
|
2023-10-11 18:47:42 +02:00 |