public interface MutableEntityIndexBinding<T> extends EntityIndexBinding
Modifier and Type | Method and Description |
---|---|
void |
setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
Allows to set the document builder for this
EntityIndexBinding . |
getDocumentBuilder, getEntityIndexingInterceptor, getIdFieldCacheCollectionFactory, getIndexManagers, getSelectionStrategy, getShardIdentifierProvider, getSimilarity, postInitialize
void setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
EntityIndexBinding
.documentBuilder
- the new document builder instanceCopyright © 2006–2016 Hibernate. All rights reserved.