Uses of Class
org.hibernate.annotations.SoftDelete
-
Packages that use SoftDelete Package Description org.hibernate.boot.model.internal -
-
Uses of SoftDelete in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDelete Modifier and Type Method Description static 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
-