|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Work | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
| org.hibernate.test.annotations | |
| 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.impl |
|---|
| Methods in org.hibernate.impl with parameters of type Work | |
|---|---|
void |
SessionImpl.doWork(Work work)
|
| Uses of Work in org.hibernate.test.annotations |
|---|
| Classes in org.hibernate.test.annotations that implement Work | |
|---|---|
class |
HibernateTestCase.RollbackWork
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||