Marco Belladelli
1c87d73d2e
HHH-18569 Don´t implicitly cast when using a subtype attribute name with Criteria API
2024-11-04 10:35:19 +01:00
Marco Belladelli
0378e591cc
HHH-17612 HHH-18762 Migration guide and Envers documentation updates
2024-11-01 11:52:56 -05:00
Gavin King
0f092f502e
mention change in migration guide
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-01 16:48:54 +01:00
Gavin King
f82c581990
HHH-18743 make batching explicit for StatelessSession
...
1. ignore hibernate.jdbc.batch_size setting
2. add insertMultiple() and friends
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-10-22 21:21:49 +02:00
Christian Beikov
25ddb64a4c
HHH-18661 Add unnest() set-returning function and enable XML/JSON based array support on more databases
2024-10-18 10:08:46 +02:00
Andrea Boriero
fee9e86579
HHH-18457 Remove deprecated org.hibernate.Metamodel and org.hibernate.metamodel.spi.MetamodelImplementor
2024-09-26 17:33:46 +02:00
Jan Schatteman
3818b6d99f
HHH-17971 - Remove ALLOW_REFRESH_DETACHED_ENTITY
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-20 23:59:32 +02:00
Gavin King
417eb89369
HHH-17557 update migration guide
2024-09-15 08:53:37 +02:00
Steve Ebersole
792b4fc812
HHH-18593 - Enforce GeneratedValue GenerationType
2024-09-13 12:07:34 -05:00
Jan Schatteman
de494756a4
Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-12 14:18:35 +02:00
Gavin King
7ea607a7c8
HHH-18584 add to migration guide
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-09-07 16:45:16 +02:00
Marco Belladelli
4b06bf63cd
HHH-18337 Account for physical naming strategy when querying db sequence
...
Introduced new signature for `Configurable#configure` which accepts a `GeneratorCreationContext`.
2024-08-26 13:47:24 +02:00
Steve Ebersole
e91b76aedd
7.0 Beta1
2024-08-15 13:52:33 -05:00
Steve Ebersole
ec161c1ee6
rebase main -> 7.0
2024-08-15 13:52:33 -05:00
Andrea Boriero
ec556f0fa5
HHH-18444 Remove deprecate Session#refresh methods
2024-08-15 13:52:32 -05:00
Andrea Boriero
37644a42a8
HHH-18452 Remove deprecated org.hibernate.Interceptor methods
2024-08-15 13:52:32 -05:00
Steve Ebersole
4309cffb4d
HHH-18194 - Remove @Proxy
2024-08-15 13:52:32 -05:00
Andrea Boriero
53bca2467d
HHH-18449 Remove deprecated Integrator#integrate form
2024-08-15 13:52:32 -05:00
Steve Ebersole
fe3d8ac13b
migration guide work
2024-08-15 13:52:32 -05:00
Andrea Boriero
856a001170
HHH-18195 migration guide
2024-08-15 13:52:32 -05:00
Andrea Boriero
409640cd01
HHH-18442 Drop DynamicInsert#value and DynamicUpdate#value
2024-08-15 13:52:32 -05:00
Andrea Boriero
f12bb8aa12
HHH-18428 Remove Session#delete
2024-08-15 13:52:32 -05:00
Andrea Boriero
b181eec92c
HHH-18195 migration guide
2024-08-15 13:52:31 -05:00
Steve Ebersole
1c7554b62b
7.0 releases
2024-08-15 13:52:30 -05:00
Steve Ebersole
d25f028222
HHH-18060 - HbXmlTransformer work
...
* non-aggregated composite id
* extends
2024-08-15 13:52:29 -05:00
Gavin King
8684095565
HHH-18129 add to migration guide
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:27 -05:00
Steve Ebersole
6383f9d8e2
HHH-16153 - Support JPA 3.2 `@EnumeratedValue`
2024-08-15 13:52:27 -05:00
Steve Ebersole
2284b2b142
HHH-18048 - Split notions of SessionFactory name and SessionFactory JNDI name
2024-08-15 13:52:26 -05:00
Christian Beikov
405d80bd29
HHH-18043 Change SQL Server default timestamp precision to 7
2024-08-15 13:52:26 -05:00
Christian Beikov
356b729c29
HHH-18035 Change Oracle default timestamp precision to 9
2024-08-15 13:52:26 -05:00
Steve Ebersole
af5096f89d
txn timeout migration note
2024-08-15 13:52:25 -05:00
Steve Ebersole
c475e9e746
HHH-17961 - Drop support for hibernate.mapping.precedence
2024-08-15 13:52:25 -05:00
Steve Ebersole
0dddeaa458
HHH-17504 - Ongoing JPA 3.2 work
2024-08-15 13:52:25 -05:00
Steve Ebersole
5081da636c
HHH-17460 - Ongoing JPA 32 work
2024-08-15 13:52:25 -05:00
Steve Ebersole
24cc02487d
HHH-17460 - Ongoing JPA 32 work
2024-08-15 13:52:25 -05:00
Steve Ebersole
3334534216
HHH-17460 - Ongoing JPA 32 work
...
HHH-17892 - Remove @Persister
HHH-17893 - Remove MetadataContributor
HHH-17894 - Remove AdditionalJaxbMappingProducer
2024-08-15 13:52:25 -05:00
Steve Ebersole
540b87e78a
HHH-17504 - Ongoing JPA 32 work
...
HHH-17350 - Work on hibernate-models, XSD and JAXB
HHH-16114 - Improve boot metamodel binding
HHH-15996 - Develop an abstraction for Annotation in annotation processing
HHH-16012 - Develop an abstraction for domain model Class refs
HHH-15997 - Support for dynamic models in orm.xml
HHH-15698 - Support for entity-name in mapping.xsd
2024-08-15 13:52:23 -05:00
Steve Ebersole
ddb5188d9e
HHH-17377 - Migrate to JPA 3.2
...
https://hibernate.atlassian.net/browse/HHH-17377
Test compilation success!! 95 test failures next
2024-08-15 13:52:22 -05:00
Steve Ebersole
c3c3c16a65
HHH-17377 - Migrate to JPA 3.2
...
https://hibernate.atlassian.net/browse/HHH-17377
Test compilation success!! 95 test failures next
2024-08-15 13:52:22 -05:00
Steve Ebersole
be0fc9ee6a
HHH-17377 - Migrate to JPA 3.2
...
https://hibernate.atlassian.net/browse/HHH-17377
Just Graph completed - 2 left related to Session/EntityManager
2024-08-15 13:52:22 -05:00
Steve Ebersole
1e110584f1
HHH-17377 - Migrate to JPA 3.2
...
https://hibernate.atlassian.net/browse/HHH-17377
Fixed SQM/JPA Criteria compilation errors. Just Graph left
2024-08-15 13:52:22 -05:00
Andrea Boriero
6a1581cf4a
HHH-15725 Criteria API Expression.as adds cast even when the cast type is equal to the expression type
2024-07-31 15:39:58 -05:00
Marco Belladelli
40544fad60
HHH-18285 Migration for emb-inheritance and annotated class validation
...
Also slight improvements to release notes and user guide.
2024-07-03 16:46:50 +02:00
Yoann Rodière
a6a2a028af
Fix level of a heading in migration guide
2024-06-27 08:40:38 +02:00
Andrea Boriero
78cf552065
HHH-18146 Switch to global temporary tables on H2
2024-06-04 14:26:25 +02:00
Marco Belladelli
2e9acf1ded
HHH-18125 Support for `type()` and `treat()` operators for Embeddables
2024-05-22 15:59:03 +02:00
Jan Schatteman
522269e9a9
HHH-1661 throw when merge() applied to a definitely-removed instance
...
group effort by @jrenaat, @beikov, and myself
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-21 21:23:20 +02:00
Christian Beikov
c8aa4f39da
HHH-17375 Introduce array_includes() and INCLUDES predicate for checking if array contains all elements of subarray as replacement to array_contains() overload
2024-05-13 22:11:15 +02:00
Christian Beikov
d1b30e1ab8
HHH-15862 Support basic array values in aggregate components
2024-05-07 21:00:12 +02:00
Steve Ebersole
06fd80907c
HHH-17559 - Prefer Java Time handling for all temporal values
2024-04-12 13:11:56 -05:00