Gavin King
3d686a3b97
HHH-18187 finally remove @Index (yay!)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Gavin King
cc4656d8f1
HHH-18185 finally remove @ForeignKey (yay!)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Gavin King
58db271c13
HHH-18197 finally remove @Table (yay!)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Gavin King
6772c3f6b6
very minor nitpicks
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Steve Ebersole
599cba50bf
7.0 releases
2024-08-15 13:52:30 -05:00
Hibernate-CI
8af8d3274c
Post-steps for release : `7.0.0.Alpha3`
2024-08-15 13:52:30 -05:00
Hibernate-CI
3e956e2ef6
Pre-steps for release : `7.0.0.Alpha3`
2024-08-15 13:52:30 -05:00
Steve Ebersole
721a66292d
7.0 releases
2024-08-15 13:52:30 -05:00
Steve Ebersole
1c7554b62b
7.0 releases
2024-08-15 13:52:30 -05:00
Steve Ebersole
31f495c9d5
Rebase main -> 7.0
...
fixups
2024-08-15 13:52:30 -05:00
Andrea Boriero
593295e686
HHH-18264 HbmXmlTransformer collection classification
2024-08-15 13:52:30 -05:00
Steve Ebersole
58d672a8a8
HHH-18060 - HbmXmlTransformer
...
interface as MappedSuperclass
2024-08-15 13:52:30 -05:00
Steve Ebersole
6da73869ee
HHH-18060 - HbmXmlTransformer
...
<join-formula/>
2024-08-15 13:52:29 -05:00
Steve Ebersole
5ef46f04d8
HHH-18060 - HbmXmlTransformer
...
apiNOte on @PropertyRef
2024-08-15 13:52:29 -05:00
Steve Ebersole
fd5de56c19
HHH-18060 - HbmXmlTransformer
...
* <join/> -> <secondary-table/>
* <list/>
2024-08-15 13:52:29 -05:00
Steve Ebersole
bcf8d7bee8
HHH-18060 - HbXmlTransformer work
...
* <map-key type/>
* <element type/>
2024-08-15 13:52:29 -05:00
Steve Ebersole
875e84b930
HHH-18060 - HbXmlTransformer work
...
* "special" basic type handling
2024-08-15 13:52:29 -05:00
Steve Ebersole
d25f028222
HHH-18060 - HbXmlTransformer work
...
* non-aggregated composite id
* extends
2024-08-15 13:52:29 -05:00
Steve Ebersole
4d0422fe05
HHH-18060 - HbXmlTransformer work
...
non-aggregated composite id
2024-08-15 13:52:29 -05:00
Yoann Rodière
330ad18288
HHH-18231 Move listing of persistence.xml files out of PersistenceXmlParser
2024-08-15 13:52:29 -05:00
Yoann Rodière
6883aa2ff2
HHH-18231 Move PersistenceXmlParser to SPI
2024-08-15 13:52:29 -05:00
Yoann Rodière
93ea757382
HHH-18231 Take provided classloader/classloaderservice into account in PersistenceXmlParser
2024-08-15 13:52:29 -05:00
Steve Ebersole
2863e43467
HHH-17979 - Add @PropertyRef
...
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Steve Ebersole
fd388087c8
HHH-17979 - Add @PropertyRef
...
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Steve Ebersole
e960b0949f
HHH-17979 - Add @PropertyRef
...
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Steve Ebersole
6c18d7e95b
HHH-17979 - Add @PropertyRef
...
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Gavin King
3fd2a146ef
remove the @Deprecated and @Incubating support for hibernate.create_empty_composites.enabled
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
0cbdc44fbc
clean up some logging
...
- reduce some INFO messages to DEBUG
- delete unused messages
- some minor formatting changes
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Steve Ebersole
086c7208cb
HHH-18095 - transform column read/write fragments
2024-08-15 13:52:29 -05:00
Gavin King
61a00b1e6c
eliminate casts to AbstractEntityPersister
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
ebc253a6f9
more simplifications to persister hierarchy ( #8501 )
...
- remove Lockable interface
- remove Queryable, QueryableCollection, and Loadable
- remove most of PropertyMapping stuff
- remove most of Joinable
2024-08-15 13:52:29 -05:00
Gavin King
f3329fe4e5
remove PostInsertIdentityPersister
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
38d1a8bb83
remove OuterJoinLoadable, UniqueKeyLoadable, PersisterCreationContext
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
4013246d75
remove SQLLoadable and SQLLoadableCollection
...
and some obsolete related code
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
efd2e90f5f
finally remove ClassMetadata and CollectionMetadata
...
(They should have been removed earlier, since they are no longer exposed)
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
21b7d3f229
even more removals of deprecated stuff
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Steve Ebersole
8ac9db495a
javadoc
2024-08-15 13:52:29 -05:00
Steve Ebersole
0294576c8b
javadoc
2024-08-15 13:52:28 -05:00
Gavin King
52674096be
HHH-14034 add test showing issue fixed
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
5c29ed933e
more removals of previously-deprecated stuff
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
7e536a269e
HHH-18207 remove deprecated Dialect classes ( #8487 )
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
c4868bbdaf
removal of deprecated unused code for H7 ( #8485 )
...
* remove unused stuff already marked forRemoval
* remove old NamingStrategy stuff which does not actually work anymore
* some cleanups to the mapping package
- make a couple of deprecated methods private
- delete some unnecessary code
- remove all obsolete "iterator" methods
2024-08-15 13:52:28 -05:00
Gavin King
f74ab49f9e
HHH-18139 fix broken Envers test
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
1d7ed0e84d
HHH-18139 clean up / reorg of generator binding related code
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
58f555ab39
HHH-18139 clean up one more bifurcation in the Generator framework
...
removes CustomIdGeneratorCreationContext and IdentifierGeneratorCreator
(which were @Incubating and @Internal, respectively)
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Steve Ebersole
411e08a42a
Rebase main -> 7.0
2024-08-15 13:52:28 -05:00
Steve Ebersole
3115537bb5
Rebase main -> 7.0
2024-08-15 13:52:28 -05:00
Gavin King
44251a0471
HHH-18139 throw an exception when assigned id is null in StatelessSession.insert()
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Steve Ebersole
6eb16b9806
HHH-18127 - Leverage hibernate-models Annotation-as-Class
2024-08-15 13:52:28 -05:00
Steve Ebersole
8636806510
HHH-18127 - Leverage hibernate-models Annotation-as-Class
2024-08-15 13:52:28 -05:00