Uses of Enum Class
org.hibernate.annotations.SoftDeleteType
Packages that use SoftDeleteType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of SoftDeleteType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SoftDeleteTypeModifier and TypeMethodDescriptionstatic SoftDeleteTypeReturns the enum constant of this class with the specified name.static SoftDeleteType[]SoftDeleteType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SoftDeleteType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return SoftDeleteTypeMethods in org.hibernate.boot.models.annotations.internal with parameters of type SoftDeleteType -
Uses of SoftDeleteType in org.hibernate.mapping
Methods in org.hibernate.mapping that return SoftDeleteTypeModifier and TypeMethodDescriptionBasicValue.getSoftDeleteStrategy()Collection.getSoftDeleteStrategy()RootClass.getSoftDeleteStrategy()SoftDeletable.getSoftDeleteStrategy()The strategy for indicating soft-deletion.Methods in org.hibernate.mapping with parameters of type SoftDeleteTypeModifier and TypeMethodDescriptionvoidCollection.enableSoftDelete(Column indicatorColumn, SoftDeleteType strategy) voidRootClass.enableSoftDelete(Column indicatorColumn, SoftDeleteType strategy) voidSoftDeletable.enableSoftDelete(Column indicatorColumn, SoftDeleteType strategy) Enable soft-delete for this part of the model.voidBasicValue.makeSoftDelete(SoftDeleteType strategy) -
Uses of SoftDeleteType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SoftDeleteTypeModifier and TypeMethodDescriptionSoftDeleteMapping.getSoftDeleteStrategy()The soft-delete strategy - how to interpret indicator values -
Uses of SoftDeleteType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return SoftDeleteType