Uses of Interface
org.hibernate.sql.model.LegacyMutationTarget
Packages that use LegacyMutationTarget
Package
Description
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
-
Uses of LegacyMutationTarget in org.hibernate.action.queue.spi.decompose.collection
Subinterfaces of LegacyMutationTarget in org.hibernate.action.queue.spi.decompose.collection -
Uses of LegacyMutationTarget in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement LegacyMutationTargetModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclass -
Uses of LegacyMutationTarget in org.hibernate.persister.entity
Subinterfaces of LegacyMutationTarget in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement LegacyMutationTargetModifier 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 LegacyMutationTarget in org.hibernate.persister.entity.mutation
Subinterfaces of LegacyMutationTarget in org.hibernate.persister.entity.mutationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceEntity-specific mutation target for the legacy (sequential) action queue. -
Uses of LegacyMutationTarget in org.hibernate.sql.model
Subinterfaces of LegacyMutationTarget in org.hibernate.sql.modelModifier and TypeInterfaceDescriptioninterfaceMutationTarget<T extends TableMapping, TD extends TableDescriptor>Deprecated, for removal: This API element is subject to removal in a future version.Transitional interface - useLegacyMutationTargetfor legacy coordinators orGraphMutationTargetfor graph-based decomposers
LegacyEntityMutationTargetfor legacy coordinators orGraphEntityMutationTargetfor graph-based decomposers