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.
-
Interface Summary Interface Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget<T extends TableMapping> Target of mutations from persistence context eventsPreparableMutationOperation MutationOperation that is capable of being handled as a JDBCPreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableSelfExecutingUpdateOperation Extension to MutationOperation for cases where the operation wants to handle execution itself.TableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values. -
Class Summary Class Description ModelMutationLogging Logging related to entity and collection mutations stemming from persistence-context eventsTableMapping.MutationDetails Details for the mutation of a table -
Enum Summary Enum Description MutationType The type of mutation