Uses of Interface
org.hibernate.metamodel.mapping.SoftDeletableModelPart
Packages that use SoftDeletableModelPart
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of SoftDeletableModelPart in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeletableModelPartModifier and TypeMethodDescriptionstatic SoftDeleteMappingImpl
SoftDeleteHelper.resolveSoftDeleteMapping
(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess) -
Uses of SoftDeletableModelPart in org.hibernate.metamodel.mapping
Subinterfaces of SoftDeletableModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping of an entityinterface
Mapping of a plural (collection-valued) attribute -
Uses of SoftDeletableModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of SoftDeletableModelPart in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
Defines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement SoftDeletableModelPartConstructors in org.hibernate.metamodel.mapping.internal with parameters of type SoftDeletableModelPartModifierConstructorDescriptionSoftDeleteMappingImpl
(SoftDeletableModelPart softDeletable, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess modelCreationProcess) -
Uses of SoftDeletableModelPart in org.hibernate.persister.entity
Subinterfaces of SoftDeletableModelPart in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement SoftDeletableModelPartModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of SoftDeletableModelPart in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement SoftDeletableModelPart