接口的使用
org.hibernate.jdbc.ReturningWork
-
使用ReturningWork的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jdbc -
-
org.hibernate中ReturningWork的使用
参数类型为ReturningWork的org.hibernate中的方法 修饰符和类型 方法 说明 default <T> TSharedSessionContract. doReturningWork(ReturningWork<T> work)Controller for allowing users to perform JDBC related work using the Connection managed by this Session. -
org.hibernate.engine.spi中ReturningWork的使用
参数类型为ReturningWork的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 <T> TSessionDelegatorBaseImpl. doReturningWork(ReturningWork<T> work) -
org.hibernate.internal中ReturningWork的使用
参数类型为ReturningWork的org.hibernate.internal中的方法 修饰符和类型 方法 说明 <T> TAbstractSharedSessionContract. doReturningWork(ReturningWork<T> work) -
org.hibernate.jdbc中ReturningWork的使用
实现ReturningWork的org.hibernate.jdbc中的类 修饰符和类型 类 说明 classAbstractReturningWork<T>An abstract implementation ofReturningWorkthat accepts aWorkExecutorvisitor for executing a discrete piece of work and returning a result.参数类型为ReturningWork的org.hibernate.jdbc中的方法 修饰符和类型 方法 说明 <T> TWorkExecutor. executeReturningWork(ReturningWork<T> work, Connection connection)Execute the discrete work encapsulated by aReturningWorkinstance using the supplied connection, returning the result ofexecute(java.sql.Connection)
-