Uses of Interface
org.hibernate.sql.model.GraphMutationTarget
Packages that use GraphMutationTarget
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 GraphMutationTarget in org.hibernate.action.queue.spi.decompose.collection
Subinterfaces of GraphMutationTarget in org.hibernate.action.queue.spi.decompose.collection -
Uses of GraphMutationTarget in org.hibernate.action.queue.spi.decompose.entity
Subinterfaces of GraphMutationTarget in org.hibernate.action.queue.spi.decompose.entityModifier and TypeInterfaceDescriptioninterfaceEntity-specific mutation target for the graph-based action queue. -
Uses of GraphMutationTarget in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement GraphMutationTargetModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclass -
Uses of GraphMutationTarget in org.hibernate.persister.entity
Subinterfaces of GraphMutationTarget in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement GraphMutationTargetModifier 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 GraphMutationTarget in org.hibernate.persister.entity.mutation
Subinterfaces of GraphMutationTarget in org.hibernate.persister.entity.mutationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of GraphMutationTarget in org.hibernate.sql.model
Subinterfaces of GraphMutationTarget 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