Uses of Class
org.hibernate.annotations.SoftDeleteType
-
Packages that use SoftDeleteType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of SoftDeleteType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SoftDeleteType Modifier and Type Method Description SoftDeleteType
strategy()
The strategy to use for storing/reading values to/from the database.static SoftDeleteType
SoftDeleteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftDeleteType[]
SoftDeleteType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SoftDeleteType in org.hibernate.mapping
Methods in org.hibernate.mapping that return SoftDeleteType Modifier and Type Method Description SoftDeleteType
BasicValue. getSoftDeleteStrategy()
Methods in org.hibernate.mapping with parameters of type SoftDeleteType Modifier and Type Method Description void
BasicValue. makeSoftDelete(SoftDeleteType strategy)
-