Uses of Class
org.hibernate.search.backend.spi.Work

Packages that use Work
org.hibernate.search.backend.impl   
org.hibernate.search.backend.spi   
org.hibernate.search.engine.impl   
org.hibernate.search.impl   
org.hibernate.search.spi   
org.hibernate.search.util.impl   
 

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
<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)
           
 

Uses of Work in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl with parameters of type Work
<T> Class<T>
SimpleInitializer.getClassFromWork(Work<T> work)
           
 

Uses of Work in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi with parameters of type Work
<T> Class<T>
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
<T> Class<T>
HibernateHelper.getClassFromWork(Work<T> work)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved