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