| Package | Description | 
|---|---|
| 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.testing.junit4 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Session.doWork(Work work)
Controller for allowing users to perform JDBC related work using the Connection managed by this Session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionDelegatorBaseImpl.doWork(Work work)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionImpl.doWork(Work work)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractWork
An abstract implementation of  
Work that accepts a WorkExecutor
 visitor for executing a discrete piece of work. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
WorkExecutor.executeWork(Work work,
           Connection connection)
Execute the discrete work encapsulated by a  
Work instance
 using the supplied connection. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseCoreFunctionalTestCase.RollbackWork  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.