Uses of Interface
org.hibernate.sql.model.PreparableMutationOperation
-
Packages that use PreparableMutationOperation Package Description org.hibernate.engine.jdbc.mutation.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations. -
-
Uses of PreparableMutationOperation in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return PreparableMutationOperation Modifier and Type Method Description protected PreparableMutationOperationAbstractSingleMutationExecutor. getMutationOperation()Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type PreparableMutationOperation Modifier and Type Method Description static PreparedStatementDetailsModelMutationHelper. identityPreparation(PreparableMutationOperation jdbcMutation, SharedSessionContractImplementor session)static PreparedStatementDetailsModelMutationHelper. standardPreparation(PreparableMutationOperation jdbcMutation, SharedSessionContractImplementor session)static PreparedStatementModelMutationHelper. standardStatementPreparation(PreparableMutationOperation jdbcMutation, SharedSessionContractImplementor session)Method parameters in org.hibernate.engine.jdbc.mutation.internal with type arguments of type PreparableMutationOperation Modifier and Type Method Description static PreparedStatementGroupModelMutationHelper. toPreparedStatementGroup(MutationType mutationType, MutationTarget<?> mutationTarget, List<PreparableMutationOperation> mutations, SharedSessionContractImplementor session)Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type PreparableMutationOperation Constructor Description AbstractSingleMutationExecutor(PreparableMutationOperation mutationOperation, SharedSessionContractImplementor session)MutationExecutorSingleBatched(PreparableMutationOperation mutationOperation, BatchKey batchKey, int batchSize, SharedSessionContractImplementor session)MutationExecutorSingleNonBatched(PreparableMutationOperation mutationOperation, 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)Constructor parameters in org.hibernate.engine.jdbc.mutation.internal with type arguments of type PreparableMutationOperation Constructor Description PreparedStatementGroupStandard(MutationType mutationType, MutationTarget<?> mutationTarget, List<PreparableMutationOperation> jdbcMutations, SharedSessionContractImplementor session) -
Uses of PreparableMutationOperation in org.hibernate.sql.model.jdbc
Subinterfaces of PreparableMutationOperation in org.hibernate.sql.model.jdbc Modifier and Type Interface Description interfaceJdbcMutationOperationJdbcOperation extension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement PreparableMutationOperation Modifier and Type Class Description classAbstractJdbcMutationclassJdbcDeleteMutationclassJdbcInsertMutationDescriptor for a table insert originating from a flushclassJdbcUpdateMutationDescribes the update of a single tableclassMergeOperationJdbcMutation implementation for MERGE handlingclassUpsertOperationJdbcMutation implementation for UPSERT handling
-