Uses of Interface
org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Packages that use SoftDeleteMapping Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of SoftDeleteMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SoftDeleteMapping Modifier and Type Method Description default SoftDeleteMappingEntityMappingType. getSoftDeleteMapping()Mapping for soft-delete support, ornullif soft-delete not defineddefault SoftDeleteMappingPluralAttributeMapping. getSoftDeleteMapping()Mapping for soft-delete support, ornullif soft-delete not definedSoftDeleteMappingSoftDeletableModelPart. getSoftDeleteMapping()Get the mapping of the soft-delete indicator -
Uses of SoftDeleteMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SoftDeleteMapping Modifier and Type Method Description SoftDeleteMappingAbstractEntityPersister. getSoftDeleteMapping() -
Uses of SoftDeleteMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return SoftDeleteMapping Modifier and Type Method Description SoftDeleteMappingAnonymousTupleEntityValuedModelPart. getSoftDeleteMapping()
-