|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Work in org.hibernate.search.backend.impl |
---|
Methods in org.hibernate.search.backend.impl with parameters of type Work | |
---|---|
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)
|
Uses of Work in org.hibernate.search.backend.spi |
---|
Methods in org.hibernate.search.backend.spi with parameters of type Work | |
---|---|
void |
Worker.performWork(Work<?> work,
TransactionContext transactionContext)
Declare a work to be done within a given transaction context |
Uses of Work in org.hibernate.search.engine.impl |
---|
Methods in org.hibernate.search.engine.impl with parameters of type Work | ||
---|---|---|
|
WorkPlan.addWork(Work<T> work)
Adds a work to be performed as part of the final plan. |
|
|
HibernateStatelessInitializer.getClassFromWork(Work<T> work)
|
Uses of Work in org.hibernate.search.impl |
---|
Methods in org.hibernate.search.impl with parameters of type Work | ||
---|---|---|
|
SimpleInitializer.getClassFromWork(Work<T> work)
|
Uses of Work in org.hibernate.search.spi |
---|
Methods in org.hibernate.search.spi with parameters of type Work | ||
---|---|---|
|
InstanceInitializer.getClassFromWork(Work<T> work)
|
Uses of Work in org.hibernate.search.util.impl |
---|
Methods in org.hibernate.search.util.impl with parameters of type Work | ||
---|---|---|
static
|
HibernateHelper.getClassFromWork(Work<T> work)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |