Package org.hibernate.sql.model.ast
package org.hibernate.sql.model.ast
SQL AST extensions for model mutations.
-
ClassDescriptionAbstractRestrictedTableMutation<O extends MutationOperation>AbstractTableMutation<O extends MutationOperation>Base
TableMutation
supportAbstractTableUpdate<O extends MutationOperation>Base support for TableUpdate implementationsRepresents the binding of a value to a column.Parameter descriptor specific to mutations.An array list forColumnValueParameter
that implementsSelectableConsumer
to add new parameters.Models a column's value expression within the SQL AST.CustomSqlMutation<O extends JdbcMutationOperation>Specialized TableReference for model mutation operationsGrouping of table mutations for the given target for the given type of mutationRestrictedTableMutation<O extends MutationOperation>Specialized TableMutation implementation for mutations which define a where-clauseModels an update to a model (entity or collection) table, triggered from flushModels an insert into a model (entity or collection) table, triggered from flushTableMutation<O extends MutationOperation>Describes the mutation of a model table (mapped by an entity or collection) triggered from flush.TableUpdate<O extends MutationOperation>Models an update to a model (entity or collection) table, triggered from flush