Uses of Class
org.hibernate.jdbc.WorkExecutor
-
Packages that use WorkExecutor Package Description org.hibernate.jdbc Defines the notion of a unit of JDBC work that may be executed by the session at the request of the client. -
-
Uses of WorkExecutor in org.hibernate.jdbc
Methods in org.hibernate.jdbc with parameters of type WorkExecutor Modifier and Type Method Description TAbstractReturningWork. accept(WorkExecutor<T> executor, Connection connection)Accepts aWorkExecutorvisitor for executing the discrete work encapsulated by this work instance using the supplied connection.VoidAbstractWork. accept(WorkExecutor<Void> executor, Connection connection)Accepts aWorkExecutorvisitor for executing the discrete work encapsulated by this work instance using the supplied connection.TWorkExecutorVisitable. accept(WorkExecutor<T> executor, Connection connection)Accepts aWorkExecutorvisitor for executing a discrete piece of work, and returns an implementation-defined result..
-