| Package | Description | 
|---|---|
| org.hibernate.jdbc | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AbstractReturningWork.accept(WorkExecutor<T> executor,
      Connection connection)
Accepts a  
WorkExecutor visitor for executing the discrete work
 encapsulated by this work instance using the supplied connection. | 
T | 
WorkExecutorVisitable.accept(WorkExecutor<T> executor,
      Connection connection)
Accepts a  
WorkExecutor visitor for executing a discrete
 piece of work, and returns an implementation-defined result.. | 
Void | 
AbstractWork.accept(WorkExecutor<Void> executor,
      Connection connection)
Accepts a  
WorkExecutor visitor for executing the discrete work
 encapsulated by this work instance using the supplied connection. | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.