Uses of Interface
org.hibernate.mapping.SoftDeletable
Packages that use SoftDeletable
Package
Description
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 SoftDeletableModifier 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 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 SoftDeletableModifier and TypeClassDescriptionclass
An array mapping has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeCollection
which may contain duplicates.class
A mapping model object representing a collection.class
A bag with a generated (surrogate) key.class
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.class
Indexed collections include Lists, Maps, arrays and primitive arrays.class
A mapping model object representing a collection of typeList
.class
A mapping model object representing a collection of typeMap
.class
A primitive array has a primary key consisting of the key columns + index column.class
A mapping model object that represents the root class in an entity class inheritance hierarchy.class
A mapping model object representing a collection of typeList
.