Uses of Package
org.hibernate.engine.jdbc.mutation
-
Packages that use org.hibernate.engine.jdbc.mutation Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation Package defining support for executing mutation SQL statements produced by the persister for an entity or collection.org.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.mutation.spi org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.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 events.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation eventsorg.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations. -
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.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 JdbcValueBindings The JDBC values for a mutation -
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