Package | Description |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.backend.spi |
Modifier and Type | Class and Description |
---|---|
class |
EventSourceTransactionContext
Implementation of the transactional context on top of an EventSource (Session)
|
Modifier and Type | Method and Description |
---|---|
void |
PerTransactionWorker.flushWorks(TransactionContext transactionContext) |
void |
PerTransactionWorker.performWork(Work work,
TransactionContext transactionContext) |
Modifier and Type | Method and Description |
---|---|
void |
Worker.flushWorks(TransactionContext transactionContext)
Flush any work queue.
|
void |
Worker.performWork(Work work,
TransactionContext transactionContext)
Declare a work to be done within a given transaction context
|
Copyright © 2006–2016 Hibernate. All rights reserved.