接口的使用
org.hibernate.jdbc.Work
-
使用Work的程序包 程序包 说明 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中Work的使用
参数类型为Work的org.hibernate中的方法 修饰符和类型 方法 说明 default voidSharedSessionContract. doWork(Work work)Controller for allowing users to perform JDBC related work using the Connection managed by this Session. -
org.hibernate.engine.spi中Work的使用
参数类型为Work的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidSessionDelegatorBaseImpl. doWork(Work work) -
org.hibernate.internal中Work的使用
参数类型为Work的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidAbstractSharedSessionContract. doWork(Work work) -
org.hibernate.jdbc中Work的使用
实现Work的org.hibernate.jdbc中的类 修饰符和类型 类 说明 classAbstractWorkAn abstract implementation ofWorkthat accepts aWorkExecutorvisitor for executing a discrete piece of work.参数类型为Work的org.hibernate.jdbc中的方法 修饰符和类型 方法 说明 <T> TWorkExecutor. executeWork(Work work, Connection connection)Execute the discrete work encapsulated by aWorkinstance using the supplied connection.
-