Uses of Interface
org.hibernate.search.batchindexing.impl.SessionAwareRunnable

Packages that use SessionAwareRunnable
org.hibernate.search.batchindexing.impl   
 

Uses of SessionAwareRunnable in org.hibernate.search.batchindexing.impl
 

Classes in org.hibernate.search.batchindexing.impl that implement SessionAwareRunnable
 class EntityConsumerLuceneWorkProducer
          Component of batch-indexing pipeline, using chained producer-consumers.
 class IdentifierConsumerEntityProducer
          This Runnable is consuming entity identifiers and producing loaded detached entities for the next queue.
 

Constructors in org.hibernate.search.batchindexing.impl with parameters of type SessionAwareRunnable
OptionallyWrapInJTATransaction(BatchTransactionalContext batchContext, SessionAwareRunnable sessionAwareRunnable)
           
 



Copyright © 2006–2013 Hibernate. All rights reserved.