Uses of Interface
org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Packages that use SoftDeleteMapping Package Description org.hibernate.boot.model.internal 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.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of SoftDeleteMapping in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeleteMapping Modifier and Type Method Description static PredicateSoftDeleteHelper. createNonSoftDeletedRestriction(TableReference tableReference, SoftDeleteMapping softDeleteMapping)Create a SQL AST Predicate for restricting matches to non-deleted rowsstatic PredicateSoftDeleteHelper. createNonSoftDeletedRestriction(TableReference tableReference, SoftDeleteMapping softDeleteMapping, SqlExpressionResolver expressionResolver)Create a SQL AST Predicate for restricting matches to non-deleted rowsstatic AssignmentSoftDeleteHelper. 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 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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SoftDeleteMapping Modifier and Type Class Description classSoftDeleteMappingImplSoftDeleteMapping implementationMethods in org.hibernate.metamodel.mapping.internal that return SoftDeleteMapping Modifier and Type Method Description SoftDeleteMappingPluralAttributeMappingImpl. getSoftDeleteMapping() -
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()
-