org.hibernate.search.impl
Class EntityIndexBindingWrapper

java.lang.Object
  extended by org.hibernate.search.impl.EntityIndexBindingWrapper
All Implemented Interfaces:
EntityIndexBinder, EntityIndexBinding

Deprecated. Will be removed when EntityIndexBinder gets removed

@Deprecated
public class EntityIndexBindingWrapper
extends Object
implements EntityIndexBinder

Author:
Hardy Ferentschik

Constructor Summary
EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
          Deprecated.  
 
Method Summary
 DocumentBuilderIndexedEntity<?> getDocumentBuilder()
          Deprecated.  
 EntityIndexingInterceptor<?> getEntityIndexingInterceptor()
          Deprecated.  
 FieldCacheCollectorFactory getIdFieldCacheCollectionFactory()
          Deprecated.  
 IndexManager[] getIndexManagers()
          Deprecated.  
 IndexShardingStrategy getSelectionStrategy()
          Deprecated.  
 Similarity getSimilarity()
          Deprecated.  
 void postInitialize(Set<Class<?>> indexedClasses)
          Deprecated. Called once during bootstrapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityIndexBindingWrapper

public EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
Deprecated. 
Method Detail

getSimilarity

public Similarity getSimilarity()
Deprecated. 
Specified by:
getSimilarity in interface EntityIndexBinding
Returns:
the Similarity used to search and index this entity

getSelectionStrategy

public IndexShardingStrategy getSelectionStrategy()
Deprecated. 
Specified by:
getSelectionStrategy in interface EntityIndexBinding
Returns:
the sharding strategy

getDocumentBuilder

public DocumentBuilderIndexedEntity<?> getDocumentBuilder()
Deprecated. 
Specified by:
getDocumentBuilder in interface EntityIndexBinding
Returns:
the document builder for this binding

getIdFieldCacheCollectionFactory

public FieldCacheCollectorFactory getIdFieldCacheCollectionFactory()
Deprecated. 
Specified by:
getIdFieldCacheCollectionFactory in interface EntityIndexBinding
Returns:
factory for the field caches

postInitialize

public void postInitialize(Set<Class<?>> indexedClasses)
Deprecated. 
Description copied from interface: EntityIndexBinding
Called once during bootstrapping

Specified by:
postInitialize in interface EntityIndexBinding
Parameters:
indexedClasses - set of indexed classes

getIndexManagers

public IndexManager[] getIndexManagers()
Deprecated. 
Specified by:
getIndexManagers in interface EntityIndexBinding
Returns:
the array of index managers

getEntityIndexingInterceptor

public EntityIndexingInterceptor<?> getEntityIndexingInterceptor()
Deprecated. 
Specified by:
getEntityIndexingInterceptor in interface EntityIndexBinding
Returns:
the interceptor for indexing operations. Can be null


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved