Uses of Package
org.hibernate.engine.jdbc.mutation
-
Packages that use org.hibernate.engine.jdbc.mutation Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation Package defining support for performing mutation SQL (INSERT, UPDATE, DELETE) against an entity or collectionorg.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.mutation.spi org.hibernate.id.insert 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.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.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.jdbc Extensions toJdbcOperation
for model mutations -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.batch.internal Class Description JdbcValueBindings The JDBC values for a mutationTableInclusionChecker Used to check if a table should be included in the current execution -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.batch.spi Class Description JdbcValueBindings The JDBC values for a mutationTableInclusionChecker Used to check if a table should be included in the current execution -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.mutation Class Description JdbcValueBindings The JDBC values for a mutationOperationResultChecker Used to check the results of a statement executionParameterUsage Describes how a parameter is used in a mutation statementTableInclusionChecker Used to check if a table should be included in the current execution -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.mutation.group Class Description ParameterUsage Describes how a parameter is used in a mutation statement -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.mutation.internal Class Description JdbcValueBindings The JDBC values for a mutationMutationExecutor Main contract for performing the mutation.OperationResultChecker Used to check the results of a statement executionParameterUsage Describes how a parameter is used in a mutation statementTableInclusionChecker Used to check if a table should be included in the current execution -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.engine.jdbc.mutation.spi Class Description MutationExecutor Main contract for performing the mutation. -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.id.insert Class Description JdbcValueBindings The JDBC values for a mutation -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.persister.collection.mutation Class Description ParameterUsage Describes how a parameter is used in a mutation statement -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.persister.entity.mutation Class Description JdbcValueBindings The JDBC values for a mutationMutationExecutor Main contract for performing the mutation.TableInclusionChecker Used to check if a table should be included in the current execution -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.sql.model Class Description JdbcValueBindings The JDBC values for a mutationParameterUsage Describes how a parameter is used in a mutation statement -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.sql.model.ast Class Description ParameterUsage Describes how a parameter is used in a mutation statement -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.sql.model.ast.builder Class Description ParameterUsage Describes how a parameter is used in a mutation statement -
Classes in org.hibernate.engine.jdbc.mutation used by org.hibernate.sql.model.jdbc Class Description JdbcValueBindings The JDBC values for a mutationParameterUsage Describes how a parameter is used in a mutation statement