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 class
AbstractSingleMutationExecutor
class
MutationExecutorPostInsert
Specialized executor for the case of more than one table operation, with the root table defining a post-insert id-generation strategy.class
MutationExecutorPostInsertSingleTable
Specialized form ofMutationExecutorPostInsert
for cases where there is only the single identity table.class
MutationExecutorSingleBatched
class
MutationExecutorSingleNonBatched
class
MutationExecutorSingleSelfExecuting
class
MutationExecutorStandard
Standard 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)
-