Uses of Interface
org.hibernate.mapping.SoftDeletable
-
Packages that use SoftDeletable Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of SoftDeletable in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeletable Modifier and Type Method Description static voidSoftDeleteHelper. bindSoftDeleteIndicator(SoftDelete softDeleteConfig, SoftDeletable target, Table table, MetadataBuildingContext context)Creates and binds the column and value for modeling the soft-delete in the databasestatic SoftDeleteMappingImplSoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, Dialect dialect)static SoftDeleteMappingImplSoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess) -
Uses of SoftDeletable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement SoftDeletable Modifier and Type Class Description classArrayAn array mapping has a primary key consisting of the key columns + index column.classBagA mapping model object representing a collection of typeCollectionwhich may contain duplicates.classCollectionA mapping model object representing a collection.classIdentifierBagA bag with a generated (surrogate) key.classIdentifierCollectionA mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.classIndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays.classListA mapping model object representing a collection of typeList.classMapA mapping model object representing a collection of typeMap.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.classRootClassA mapping model object that represents the root class in an entity class inheritance hierarchy.classSetA mapping model object representing a collection of typeList.
-