Uses of Package
org.hibernate.sql.model.ast
-
Packages that use org.hibernate.sql.model.ast Package Description org.hibernate.dialect.identity org.hibernate.engine.jdbc.mutation.internal org.hibernate.id.insert org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.sql.model.internal -
Classes in org.hibernate.sql.model.ast used by org.hibernate.dialect.identity Class Description TableInsert Models an insert into a model (entity or collection) table, triggered from flush -
Classes in org.hibernate.sql.model.ast used by org.hibernate.engine.jdbc.mutation.internal Class Description ColumnValueParameter Parameter descriptor specific to mutations. -
Classes in org.hibernate.sql.model.ast used by org.hibernate.id.insert Class Description TableInsert Models an insert into a model (entity or collection) table, triggered from flush -
Classes in org.hibernate.sql.model.ast used by org.hibernate.persister.collection Class Description MutatingTableReference Specialized TableReference for model mutation operationsRestrictedTableMutation Specialized TableMutation implementation for mutations which define a where-clause -
Classes in org.hibernate.sql.model.ast used by org.hibernate.persister.collection.mutation Class Description MutatingTableReference Specialized TableReference for model mutation operations -
Classes in org.hibernate.sql.model.ast used by org.hibernate.persister.entity.mutation Class Description MutationGroup Grouping of table mutations for the given target for the given type of mutation -
Classes in org.hibernate.sql.model.ast used by org.hibernate.sql.ast Class Description ColumnWriteFragment Models a column's "write fragment" within the SQL ASTTableMutation Describes the mutation of a model table (mapped by an entity or collection) triggered from flush. -
Classes in org.hibernate.sql.model.ast used by org.hibernate.sql.ast.spi Class Description ColumnValueParameter Parameter descriptor specific to mutations.ColumnWriteFragment Models a column's "write fragment" within the SQL ASTTableMutation Describes the mutation of a model table (mapped by an entity or collection) triggered from flush. -
Classes in org.hibernate.sql.model.ast used by org.hibernate.sql.model.ast Class Description AbstractRestrictedTableMutation AbstractTableMutation Base TableMutation supportColumnValueBinding Represents the binding of a value to a column.ColumnValueParameter Parameter descriptor specific to mutations.ColumnWriteFragment Models a column's "write fragment" within the SQL ASTMutatingTableReference Specialized TableReference for model mutation operationsRestrictedTableMutation Specialized TableMutation implementation for mutations which define a where-clauseTableDelete Models an update to a model (entity or collection) table, triggered from flushTableInsert Models an insert into a model (entity or collection) table, triggered from flushTableMutation Describes the mutation of a model table (mapped by an entity or collection) triggered from flush.TableUpdate Models an update to a model (entity or collection) table, triggered from flush -
Classes in org.hibernate.sql.model.ast used by org.hibernate.sql.model.ast.builder Class Description ColumnValueBinding Represents the binding of a value to a column.ColumnValueParameter Parameter descriptor specific to mutations.MutatingTableReference Specialized TableReference for model mutation operationsMutationGroup Grouping of table mutations for the given target for the given type of mutationRestrictedTableMutation Specialized TableMutation implementation for mutations which define a where-clauseTableDelete Models an update to a model (entity or collection) table, triggered from flushTableInsert Models an insert into a model (entity or collection) table, triggered from flushTableMutation Describes the mutation of a model table (mapped by an entity or collection) triggered from flush. -
Classes in org.hibernate.sql.model.ast used by org.hibernate.sql.model.internal Class Description AbstractRestrictedTableMutation AbstractTableDelete AbstractTableInsert AbstractTableMutation Base TableMutation supportAbstractTableUpdate Base support for TableUpdate implementationsColumnValueBinding Represents the binding of a value to a column.ColumnValueParameter Parameter descriptor specific to mutations.CustomSqlMutation MutatingTableReference Specialized TableReference for model mutation operationsMutationGroup Grouping of table mutations for the given target for the given type of mutationRestrictedTableMutation Specialized TableMutation implementation for mutations which define a where-clauseTableDelete Models an update to a model (entity or collection) table, triggered from flushTableInsert Models an insert into a model (entity or collection) table, triggered from flushTableMutation Describes the mutation of a model table (mapped by an entity or collection) triggered from flush.TableUpdate Models an update to a model (entity or collection) table, triggered from flush