Deprecated API
Contents
-
Enums Enum Description org.hibernate.loader.BatchFetchStyle (since 6.0) : seeBatchLoadSizingStrategyinstead
-
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 introducedForeignKeyinstead.org.hibernate.annotations.GeneratorType Most uses can be changed to useValueGenerationType+AnnotationValueGenerationorg.hibernate.annotations.Index UsingIndexinstead.org.hibernate.annotations.IndexColumn Prefer the standard JPAOrderColumnannotation 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()