Deprecated API
Contents
-
Exceptions Exceptions Description org.hibernate.cfg.RecoverableException Was only ever referenced in a single place, in an extremely dubious way.
-
Enum Constants Enum Constant Description org.hibernate.annotations.CascadeType.DELETE sinceSession.delete(Object)
is deprecatedorg.hibernate.annotations.CascadeType.REPLICATE sinceSession.replicate(Object, ReplicationMode)
is deprecatedorg.hibernate.annotations.CascadeType.SAVE_UPDATE sinceSession.saveOrUpdate(Object)
is deprecatedorg.hibernate.annotations.LazyCollectionOption.EXTRA use operations ofHibernate
org.hibernate.annotations.LazyCollectionOption.FALSE useFetchType.EAGER
org.hibernate.annotations.LazyCollectionOption.TRUE useFetchType.LAZY
org.hibernate.annotations.LazyToOneOption.FALSE useFetchType.EAGER
org.hibernate.annotations.LazyToOneOption.NO_PROXY this setting no longer has any useful effectorg.hibernate.annotations.LazyToOneOption.PROXY useFetchType.LAZY
org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy.LEGACY