Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.JdbcValueBindingsFactory
Packages that use JdbcValueBindingsFactory
-
Uses of JdbcValueBindingsFactory in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi with parameters of type JdbcValueBindingsFactoryModifier and TypeMethodDescriptionMutationExecutorService.createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, JdbcValueBindingsFactory bindingsFactory, SharedSessionContractImplementor session) Create an executor for the givenoperationGroup, potentially using batching.