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.
-
ClassDescriptionLogging 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
MutationOperation
references for a specific logical operation (target + type)MutationTarget<T extends TableMapping>Target of mutations from persistence context eventsThe type of mutationMutationOperation that is capable of being handled as a JDBCPreparedStatement
Person ( 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.