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

Packages that use Work
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
 

Uses of Work in org.hibernate.search.backend
 

Subclasses of Work in org.hibernate.search.backend
 class AddWork
           
 class DeleteWork
           
 class UpdateWork
           
 

Methods in org.hibernate.search.backend with parameters of type Work
 void WorkQueue.add(Work work)
          Add a work
 

Uses of Work in org.hibernate.search.backend.impl
 

Methods in org.hibernate.search.backend.impl with parameters of type Work
 void PostTransactionWorkQueueSynchronization.add(Work work)
           
 void BatchLuceneWorkQueue.add(Work work)
           
 void LuceneWorker.performWork(Work work)