Deprecated API
Contents
-
Enums Enum Description org.hibernate.loader.BatchFetchStyle 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.ForeignKey use the JPA 2.1ForeignKeyannotationorg.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() org.hibernate.annotations.DynamicInsert.value() Whenfalse, this annotation has no effect.org.hibernate.annotations.DynamicUpdate.value() Whenfalse, this annotation has no effect.org.hibernate.annotations.NamedNativeQuery.callable() Calling database procedures and functions throughNativeQueryis no longer supported; useNamedStoredProcedureQueryinsteadorg.hibernate.annotations.SelectBeforeUpdate.value() Whenfalse, this annotation has no effect.org.hibernate.annotations.Table.foreignKey() org.hibernate.annotations.Table.indexes()