org.hibernate.search.spi
Interface WorkerBuildContext

All Superinterfaces:
BuildContext
All Known Implementing Classes:
ImmutableSearchFactory

public interface WorkerBuildContext
extends BuildContext

Build context for the worker and other backend Available after all index, entity metadata are built.

Author:
Emmanuel Bernard

Method Summary
 InstanceInitializer getInstanceInitializer()
           
 boolean isTransactionManagerExpected()
           
 
Methods inherited from interface org.hibernate.search.spi.BuildContext
getAllIndexesManager, getErrorHandler, getIndexingStrategy, getUninitializedSearchFactory, releaseService, requestService
 

Method Detail

isTransactionManagerExpected

boolean isTransactionManagerExpected()
Returns:
true if a transaction manager is expected, false otherwise.
See Also:
SearchConfiguration.isTransactionManagerExpected()

getInstanceInitializer

InstanceInitializer getInstanceInitializer()
Returns:
An instance of the InstanceInitializer interface.


Copyright © 2006-2012 Hibernate. All Rights Reserved.