Uses of Interface
org.hibernate.sql.model.PreparableMutationOperation
Packages that use PreparableMutationOperation
-
Uses of PreparableMutationOperation in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return PreparableMutationOperationModifier and TypeMethodDescriptionprotected PreparableMutationOperation
AbstractSingleMutationExecutor.getMutationOperation()
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type PreparableMutationOperationModifier and TypeMethodDescriptionstatic PreparedStatement
ModelMutationHelper.delegateStatementPreparation
(PreparableMutationOperation jdbcMutation, GeneratedValuesMutationDelegate delegate, SharedSessionContractImplementor session) static PreparedStatementDetails
ModelMutationHelper.standardPreparation
(PreparableMutationOperation jdbcMutation, GeneratedValuesMutationDelegate delegate, SharedSessionContractImplementor session) static PreparedStatement
ModelMutationHelper.standardStatementPreparation
(PreparableMutationOperation jdbcMutation, SharedSessionContractImplementor session) Method parameters in org.hibernate.engine.jdbc.mutation.internal with type arguments of type PreparableMutationOperationModifier and TypeMethodDescriptionstatic PreparedStatementGroup
ModelMutationHelper.toPreparedStatementGroup
(MutationType mutationType, MutationTarget<?> mutationTarget, GeneratedValuesMutationDelegate delegate, List<PreparableMutationOperation> mutations, SharedSessionContractImplementor session) Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type PreparableMutationOperationModifierConstructorDescriptionAbstractSingleMutationExecutor
(PreparableMutationOperation mutationOperation, SharedSessionContractImplementor session) MutationExecutorSingleBatched
(PreparableMutationOperation mutationOperation, BatchKey batchKey, int batchSize, SharedSessionContractImplementor session) MutationExecutorSingleNonBatched
(PreparableMutationOperation mutationOperation, GeneratedValuesMutationDelegate generatedValuesDelegate, SharedSessionContractImplementor session) PreparedStatementDetailsStandard
(PreparableMutationOperation tableMutation, String sql, Supplier<PreparedStatement> jdbcStatementCreator, Expectation expectation, JdbcServices jdbcServices) PreparedStatementDetailsStandard
(PreparableMutationOperation tableMutation, Supplier<PreparedStatement> jdbcStatementCreator, JdbcServices jdbcServices) PreparedStatementGroupSingleTable
(PreparableMutationOperation jdbcMutation, SharedSessionContractImplementor session) PreparedStatementGroupSingleTable
(PreparableMutationOperation jdbcMutation, GeneratedValuesMutationDelegate delegate, SharedSessionContractImplementor session) Constructor parameters in org.hibernate.engine.jdbc.mutation.internal with type arguments of type PreparableMutationOperationModifierConstructorDescriptionPreparedStatementGroupStandard
(MutationType mutationType, MutationTarget<?> mutationTarget, GeneratedValuesMutationDelegate generatedValuesDelegate, List<PreparableMutationOperation> jdbcMutations, SharedSessionContractImplementor session) -
Uses of PreparableMutationOperation in org.hibernate.sql.model.jdbc
Subinterfaces of PreparableMutationOperation in org.hibernate.sql.model.jdbcModifier and TypeInterfaceDescriptioninterface
JdbcOperation
extension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement PreparableMutationOperationModifier and TypeClassDescriptionclass
class
class
Descriptor for a table insert originating from a flushclass
Describes the update of a single tableclass
JdbcMutationOperation
implementation for MERGE handlingclass
JdbcMutationOperation
implementation for UPSERT handling