| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Work | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| org.hibernate.jdbc | Essentially defines Work,ReturningWorkandExpectationas well as some exceptions | 
| org.hibernate.testing.junit4 | |
| Uses of Work in org.hibernate | 
|---|
| Methods in org.hibernate with parameters of type Work | |
|---|---|
|  void | Session.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.internal | 
|---|
| Methods in org.hibernate.internal with parameters of type Work | |
|---|---|
|  void | SessionImpl.doWork(Work work) | 
| Uses of Work in org.hibernate.jdbc | 
|---|
| Classes in org.hibernate.jdbc that implement Work | |
|---|---|
|  class | AbstractWorkAn abstract implementation of Workthat accepts aWorkExecutorvisitor for executing a discrete piece of work. | 
| Methods in org.hibernate.jdbc with parameters of type Work | ||
|---|---|---|
| 
 | WorkExecutor.executeWork(Work work,
            Connection connection)Execute the discrete work encapsulated by a Workinstance
 using the supplied connection. | |
| Uses of Work in org.hibernate.testing.junit4 | 
|---|
| Classes in org.hibernate.testing.junit4 that implement Work | |
|---|---|
|  class | BaseCoreFunctionalTestCase.RollbackWork | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||