Deprecated API
Contents
-
For Removal Element Description org.hibernate.annotations.ForeignKey use the JPA 2.1ForeignKeyannotation
-
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()).
-
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()