Uses of Interface
org.hibernate.jdbc.Work
-
Packages that use Work Package Description org.hibernate org.hibernate.engine.spi org.hibernate.jdbc org.hibernate.testing.junit4 -
-
Uses of Work in org.hibernate
Methods in org.hibernate with parameters of type Work Modifier and Type Method Description default void
SharedSessionContract. doWork(Work work)
Controller for allowing users to perform JDBC related work using the Connection managed by this Session. -
Uses of Work in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type Work Modifier and Type Method Description void
SessionDelegatorBaseImpl. doWork(Work work)
void
SessionLazyDelegator. doWork(Work work)
-
Uses of Work in org.hibernate.jdbc
Classes in org.hibernate.jdbc that implement Work Modifier and Type Class Description class
AbstractWork
An abstract implementation ofWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work.Methods in org.hibernate.jdbc with parameters of type Work Modifier and Type Method Description <T> T
WorkExecutor. executeWork(Work work, java.sql.Connection connection)
Execute the discrete work encapsulated by aWork
instance using the supplied connection. -
Uses of Work in org.hibernate.testing.junit4
Classes in org.hibernate.testing.junit4 that implement Work Modifier and Type Class Description static class
BaseCoreFunctionalTestCase.RollbackWork
static class
BaseNonConfigCoreFunctionalTestCase.RollbackWork
-