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.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.sqm.tuple.internal
Methods in org.hibernate.query.sqm.tuple.internal that return SoftDeleteMapping