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 PreparedStatementModelMutationHelper. delegateStatementPreparation(PreparableMutationOperation jdbcMutation, GeneratedValuesMutationDelegate delegate, SharedSessionContractImplementor session)static PreparedStatementDetailsModelMutationHelper. standardPreparation(PreparableMutationOperation jdbcMutation, GeneratedValuesMutationDelegate delegate, 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, GeneratedValuesMutationDelegate delegate, List<PreparableMutationOperation> mutations, SharedSessionContractImplementor session)Constructor parameters in org.hibernate.engine.jdbc.mutation.internal with type arguments of type PreparableMutationOperation Constructor Description PreparedStatementGroupStandard(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.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
-