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 |
Modifier and Type | Method and Description |
---|---|
<T> T |
Session.doReturningWork(ReturningWork<T> work)
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
SessionDelegatorBaseImpl.doReturningWork(ReturningWork<T> work) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SessionImpl.doReturningWork(ReturningWork<T> work) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReturningWork<T>
An abstract implementation of
ReturningWork that accepts a WorkExecutor
visitor for executing a discrete piece of work and returning a result. |
Modifier and Type | Method and Description |
---|---|
<T> T |
WorkExecutor.executeReturningWork(ReturningWork<T> work,
Connection connection)
Execute the discrete work encapsulated by a
ReturningWork instance
using the supplied connection, returning the result of
execute(java.sql.Connection) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.