Package org.hibernate.sql.model
@Incubating
package org.hibernate.sql.model
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
-
ClassDescriptionGraphMutationTarget<TD extends TableDescriptor>Mutation target contract for the graph-based action queue.LegacyMutationTarget<T extends TableMapping>Mutation target contract for the legacy (sequential) action queue.Logging related to entity and collection mutations stemming from persistence-context eventsMutation for a specific table as part of a logical mutation on the entity.Group of
MutationOperationreferences for a specific logical operation (target + type)Deprecated, for removal: This API element is subject to removal in a future version.The type of mutationMutationOperation that is capable of being handled as a JDBCPreparedStatementPerson ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableExtension to MutationOperation for cases where the operation wants to handle execution itself.Describes a table as far as Hibernate understands it from mapping detailsDetails for the mutation of a tableMarker interface for analysis of new/old values.
LegacyMutationTargetfor legacy coordinators orGraphMutationTargetfor graph-based decomposers