Uses of Interface
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess
-
Packages that use JdbcValueBindingsImpl.JdbcValueDescriptorAccess Package Description org.hibernate.engine.jdbc.mutation.internal -
-
Uses of JdbcValueBindingsImpl.JdbcValueDescriptorAccess in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement JdbcValueBindingsImpl.JdbcValueDescriptorAccess Modifier and Type Class Description classAbstractSingleMutationExecutorclassMutationExecutorPostInsertSpecialized executor for the case of more than one table operation, with the root table defining a post-insert id-generation strategy.classMutationExecutorPostInsertSingleTableSpecialized form ofMutationExecutorPostInsertfor cases where there is only the single identity table.classMutationExecutorSingleBatchedclassMutationExecutorSingleNonBatchedclassMutationExecutorSingleSelfExecutingclassMutationExecutorStandardStandard MutationExecutor implementationConstructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type JdbcValueBindingsImpl.JdbcValueDescriptorAccess Constructor Description JdbcValueBindingsImpl(MutationType mutationType, MutationTarget<?> mutationTarget, JdbcValueBindingsImpl.JdbcValueDescriptorAccess jdbcValueDescriptorAccess, SharedSessionContractImplementor session)
-