org.hibernate.search.engine.impl
Interface MutableEntityIndexBinding<T>

All Superinterfaces:
EntityIndexBinding
All Known Implementing Classes:
DefaultMutableEntityIndexBinding, DynamicShardingEntityIndexBinding

public interface MutableEntityIndexBinding<T>
extends EntityIndexBinding

Author:
Emmanuel Bernard

Method Summary
 void setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
          Allows to set the document builder for this EntityIndexBinding.
 
Methods inherited from interface org.hibernate.search.engine.spi.EntityIndexBinding
getDocumentBuilder, getEntityIndexingInterceptor, getIdFieldCacheCollectionFactory, getIndexManagers, getSelectionStrategy, getShardIdentifierProvider, getSimilarity, postInitialize
 

Method Detail

setDocumentBuilderIndexedEntity

void setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
Allows to set the document builder for this EntityIndexBinding.

Parameters:
documentBuilder - the new document builder instance


Copyright © 2006–2013 Hibernate. All rights reserved.