Interface SoftDeletableModelPart

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer
All Known Subinterfaces:
EntityMappingType, EntityPersister, InFlightEntityMappingType, PluralAttributeMapping
All Known Implementing Classes:
AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, JoinedSubclassEntityPersister, MockEntityPersister, PluralAttributeMappingImpl, ProcessorSessionFactory.EntityPersister, SingleTableEntityPersister, UnionSubclassEntityPersister

public interface SoftDeletableModelPart extends ModelPartContainer
Model part which can be soft-deleted
  • Method Details

    • getSoftDeleteMapping

      SoftDeleteMapping getSoftDeleteMapping()
      Get the mapping of the soft-delete indicator
    • getSoftDeleteTableDetails

      TableDetails getSoftDeleteTableDetails()