Uses of Interface
org.hibernate.persister.entity.mutation.LegacyEntityMutationTarget
Packages that use LegacyEntityMutationTarget
Package
Description
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of LegacyEntityMutationTarget in org.hibernate.persister.entity
Subinterfaces of LegacyEntityMutationTarget in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement LegacyEntityMutationTargetModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of LegacyEntityMutationTarget in org.hibernate.persister.entity.mutation
Subinterfaces of LegacyEntityMutationTarget in org.hibernate.persister.entity.mutationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.
LegacyEntityMutationTargetfor legacy coordinators orGraphEntityMutationTargetfor graph-based decomposers