Uses of Interface
org.hibernate.metamodel.mapping.SoftDeleteMapping
Packages that use SoftDeleteMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of SoftDeleteMapping in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeleteMappingModifier and TypeMethodDescriptionstatic Predicate
SoftDeleteHelper.createNonSoftDeletedRestriction
(TableReference tableReference, SoftDeleteMapping softDeleteMapping) Create a SQL AST Predicate for restricting matches to non-deleted rowsstatic Predicate
SoftDeleteHelper.createNonSoftDeletedRestriction
(TableReference tableReference, SoftDeleteMapping softDeleteMapping, SqlExpressionResolver expressionResolver) Create a SQL AST Predicate for restricting matches to non-deleted rowsstatic Assignment
SoftDeleteHelper.createSoftDeleteAssignment
(TableReference tableReference, SoftDeleteMapping softDeleteMapping) Create a SQL AST Assignment for setting the soft-delete column to its deleted indicate value -
Uses of SoftDeleteMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SoftDeleteMappingModifier and TypeMethodDescriptiondefault SoftDeleteMapping
EntityMappingType.getSoftDeleteMapping()
Mapping for soft-delete support, ornull
if soft-delete not defineddefault SoftDeleteMapping
PluralAttributeMapping.getSoftDeleteMapping()
Mapping for soft-delete support, ornull
if soft-delete not definedSoftDeletableModelPart.getSoftDeleteMapping()
Get the mapping of the soft-delete indicator -
Uses of SoftDeleteMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SoftDeleteMappingMethods in org.hibernate.metamodel.mapping.internal that return SoftDeleteMapping -
Uses of SoftDeleteMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SoftDeleteMapping -
Uses of SoftDeleteMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return SoftDeleteMapping