Interface SoftDeletableModelPart

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer
All Known Subinterfaces:
DeprecatedEntityStuff, EntityMappingType, EntityPersister, InFlightEntityMappingType, Loadable, Lockable, OuterJoinLoadable, PluralAttributeMapping, PostInsertIdentityPersister, Queryable, SQLLoadable, UniqueKeyLoadable
All Known Implementing Classes:
AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, JoinedSubclassEntityPersister, PluralAttributeMappingImpl, SingleTableEntityPersister, UnionSubclassEntityPersister

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

    • getSoftDeleteMapping

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

      TableDetails getSoftDeleteTableDetails()