Package | Description |
---|---|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.engine.transaction.internal.jdbc | |
org.hibernate.engine.transaction.internal.jta | |
org.hibernate.engine.transaction.spi | |
org.hibernate.jdbc |
Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcCoordinatorImpl.coordinateWork(WorkExecutorVisitable<T> work) |
Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcCoordinator.coordinateWork(WorkExecutorVisitable<T> work)
Perform the requested work handling exceptions, coordinating and handling return processing.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted) |
Modifier and Type | Method and Description |
---|---|
<T> T |
JtaIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted)
Perform the given work in isolation from current transaction.
|
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. |
class |
AbstractWork
An abstract implementation of
Work that accepts a WorkExecutor
visitor for executing a discrete piece of work. |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.