Modifier and Type | Method and Description |
---|---|
void |
WorkQueue.add(Work work) |
void |
PostTransactionWorkQueueSynchronization.add(Work work) |
void |
BatchedQueueingProcessor.add(Work work,
WorkQueue workQueue) |
void |
QueueingProcessor.add(Work work,
WorkQueue workQueue)
Add a work
TODO move that somewhere else, it does not really fit here
|
void |
TransactionalWorker.performWork(Work<?> work,
TransactionContext transactionContext) |
Modifier and Type | Method and Description |
---|---|
void |
Worker.performWork(Work<?> work,
TransactionContext transactionContext)
Declare a work to be done within a given transaction context
|
Modifier and Type | Method and Description |
---|---|
<T> void |
WorkPlan.addWork(Work<T> work)
Adds a work to be performed as part of the final plan.
|
<T> Class<T> |
HibernateStatelessInitializer.getClassFromWork(Work<T> work) |
Modifier and Type | Method and Description |
---|---|
<T> Class<T> |
SimpleInitializer.getClassFromWork(Work<T> work) |
Modifier and Type | Method and Description |
---|---|
<T> Class<T> |
InstanceInitializer.getClassFromWork(Work<T> work) |
Modifier and Type | Method and Description |
---|---|
static <T> Class<T> |
HibernateHelper.getClassFromWork(Work<T> work) |
Copyright © 2006–2014 Hibernate. All rights reserved.