|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use 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 |
Essentially defines Work, ReturningWork and
Expectation as 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.engine.spi |
|---|
| Methods in org.hibernate.engine.spi with parameters of type Work | |
|---|---|
void |
SessionDelegatorBaseImpl.doWork(Work work)
|
| 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 |
AbstractWork
An abstract implementation of Work that accepts a WorkExecutor
visitor 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 Work instance
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 | |||||||||