Uses of Class
org.hibernate.jdbc.WorkExecutor
Packages that use WorkExecutor
Package
Description
A small API allowing the client of a Hibernate session to interact directly
with JDBC, using the same connection and transaction obtained by the session.
-
Uses of WorkExecutor in org.hibernate.jdbc
Methods in org.hibernate.jdbc with parameters of type WorkExecutorModifier and TypeMethodDescriptionAbstractReturningWork.accept
(WorkExecutor<T> executor, Connection connection) Accepts aWorkExecutor
visitor for executing the discrete work encapsulated by this work instance using the supplied connection.AbstractWork.accept
(WorkExecutor<Void> executor, Connection connection) Accepts aWorkExecutor
visitor for executing the discrete work encapsulated by this work instance using the supplied connection.WorkExecutorVisitable.accept
(WorkExecutor<T> executor, Connection connection) Accepts aWorkExecutor
visitor for executing a discrete piece of work, and returns an implementation-defined result..