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 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 databasestatic SoftDeleteMappingImpl
SoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, Dialect dialect)
static SoftDeleteMappingImpl
SoftDeleteHelper. 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 class
Array
An array mapping has a primary key consisting of the key columns + index column.class
Bag
A mapping model object representing a collection of typeCollection
which may contain duplicates.class
Collection
A mapping model object representing a collection.class
IdentifierBag
A bag with a generated (surrogate) key.class
IdentifierCollection
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.class
IndexedCollection
Indexed collections include Lists, Maps, arrays and primitive arrays.class
List
A mapping model object representing a collection of typeList
.class
Map
A mapping model object representing a collection of typeMap
.class
PrimitiveArray
A primitive array has a primary key consisting of the key columns + index column.class
RootClass
A mapping model object that represents the root class in an entity class inheritance hierarchy.class
Set
A mapping model object representing a collection of typeList
.
-