|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityIndexingInterceptor in org.hibernate.search.cfg |
|---|
| Method parameters in org.hibernate.search.cfg with type arguments of type EntityIndexingInterceptor | |
|---|---|
IndexedMapping |
IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor)
|
| Uses of EntityIndexingInterceptor in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl that return EntityIndexingInterceptor | |
|---|---|
EntityIndexingInterceptor |
DynamicShardingEntityIndexBinding.getEntityIndexingInterceptor()
|
EntityIndexingInterceptor |
DefaultMutableEntityIndexBinding.getEntityIndexingInterceptor()
|
| Methods in org.hibernate.search.engine.impl with parameters of type EntityIndexingInterceptor | ||
|---|---|---|
static
|
EntityIndexBindingFactory.buildEntityIndexBinder(Class<T> type,
IndexManager[] providers,
IndexShardingStrategy shardingStrategy,
ShardIdentifierProvider shardIdentifierProvider,
org.apache.lucene.search.Similarity similarity,
EntityIndexingInterceptor<U> interceptor,
boolean isDynamicSharding,
Properties properties,
String rootDirectoryProviderName,
WorkerBuildContext context,
IndexManagerHolder indexManagerHolder,
IndexManagerFactory indexManagerFactory)
|
|
| Constructors in org.hibernate.search.engine.impl with parameters of type EntityIndexingInterceptor | |
|---|---|
DefaultMutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
org.apache.lucene.search.Similarity similarityInstance,
IndexManager[] providers,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor)
|
|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.Similarity similarityInstance,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor,
Properties properties,
IndexManagerFactory indexManagerFactory,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName)
|
|
| Uses of EntityIndexingInterceptor in org.hibernate.search.engine.spi |
|---|
| Methods in org.hibernate.search.engine.spi that return EntityIndexingInterceptor | |
|---|---|
EntityIndexingInterceptor<?> |
EntityIndexBinding.getEntityIndexingInterceptor()
|
| Uses of EntityIndexingInterceptor in org.hibernate.search.impl |
|---|
| Methods in org.hibernate.search.impl that return EntityIndexingInterceptor | |
|---|---|
EntityIndexingInterceptor<?> |
EntityIndexBindingWrapper.getEntityIndexingInterceptor()
Deprecated. |
| Uses of EntityIndexingInterceptor in org.hibernate.search.indexes.interceptor |
|---|
| Classes in org.hibernate.search.indexes.interceptor that implement EntityIndexingInterceptor | |
|---|---|
class |
DefaultEntityInterceptor
Default interceptor logic: If the hierarchy does not define a specific interceptor, then no interception logic is applied If the hierarchy defines a specific interceptor, then we inherit the explicit interceptor defined by the most specific superclass and use it. |
class |
DontInterceptEntityInterceptor
Do not apply any interception. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||