类的使用
org.hibernate.jdbc.WorkExecutor
-
使用WorkExecutor的程序包 程序包 说明 org.hibernate.jdbc -
-
org.hibernate.jdbc中WorkExecutor的使用
参数类型为WorkExecutor的org.hibernate.jdbc中的方法 修饰符和类型 方法 说明 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..
-