Deprecated API
Contents
-
Enums Enum Description org.hibernate.loader.BatchFetchStyle (since 6.0) : seeBatchLoadSizingStrategy
instead
-
Exceptions Exceptions Description org.hibernate.cfg.RecoverableException Was only ever referenced in a single place, in an extremely dubious way.
-
Annotation Types Annotation Type Description org.hibernate.annotations.CollectionType Custom handling for "collection types" will be handled differently in 6.0org.hibernate.annotations.ForeignKey Prefer the JPA 2.1 introducedForeignKey
instead.org.hibernate.annotations.GeneratorType Most uses can be changed to useValueGenerationType
+AnnotationValueGeneration
org.hibernate.annotations.Index UsingIndex
instead.org.hibernate.annotations.IndexColumn Prefer the standard JPAOrderColumn
annotation and the Hibernate specificListIndexBase
(for replacingIndexColumn.base()
).
-
Enum Constants Enum Constant Description org.hibernate.annotations.CascadeType.DELETE_ORPHAN use @OneToOne(orphanRemoval=true) or @OneToMany(orphanRemoval=true)org.hibernate.LockMode.FORCE instead use PESSIMISTIC_FORCE_INCREMENTorg.hibernate.LockMode.UPGRADE instead use PESSIMISTIC_WRITE
-
Annotation Type Elements Annotation Type Element Description org.hibernate.annotations.AttributeAccessor.value()