Package | Description |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.backend.spi | |
org.hibernate.search.engine.impl | |
org.hibernate.search.hcore.util.impl | |
org.hibernate.search.spi |
Modifier and Type | Method and Description |
---|---|
void |
WorkQueueSynchronization.add(Work work)
Add some work to the transaction queue.
|
void |
WorkQueue.add(Work work) |
void |
InTransactionWorkQueueSynchronization.add(Work work) |
void |
PostTransactionWorkQueueSynchronization.add(Work work) |
void |
QueueingProcessor.add(Work work,
WorkQueue workQueue)
Add a work
TODO move that somewhere else, it does not really fit here
|
void |
BatchedQueueingProcessor.add(Work work,
WorkQueue workQueue) |
void |
PerTransactionWorker.performWork(Work work,
TransactionContext transactionContext) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteByQueryWork
Delete via a serializable query
|
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 |
---|---|
void |
WorkPlan.addWork(Work work)
Adds a work to be performed as part of the final plan.
|
Class<?> |
HibernateStatelessInitializer.getClassFromWork(Work work) |
Class<?> |
SimpleInitializer.getClassFromWork(Work work) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
HibernateHelper.getClassFromWork(Work work) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
InstanceInitializer.getClassFromWork(Work work) |
Copyright © 2006–2016 Hibernate. All rights reserved.