Interface SoftDeletableModelPart

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer
All Known Subinterfaces:
EntityMappingType, EntityPersister, InFlightEntityMappingType, PluralAttributeMapping
All Known Implementing Classes:
AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, JoinedSubclassEntityPersister, PluralAttributeMappingImpl, 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()
      Details about the table which holds the soft-delete column.