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 |
---|---|
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. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.