Uses of Annotation Interface
org.hibernate.annotations.SoftDelete
Packages that use SoftDelete
Package
Description
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of SoftDelete in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeleteModifier and TypeMethodDescriptionstatic void
SoftDeleteHelper.bindSoftDeleteIndicator
(SoftDelete softDeleteConfig, SoftDeletable target, Table table, MetadataBuildingContext context) Creates and binds the column and value for modeling the soft-delete in the database -
Uses of SoftDelete in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type SoftDeleteModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<SoftDelete,
SoftDeleteAnnotation> HibernateAnnotations.SOFT_DELETE
-
Uses of SoftDelete in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type SoftDeleteModifierConstructorDescriptionSoftDeleteAnnotation
(SoftDelete annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant