|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityIndexingInterceptor | |
|---|---|
| org.hibernate.search.cfg | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.spi | |
| org.hibernate.search.indexes.interceptor | |
| 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 |
MutableEntityIndexBinding.getEntityIndexingInterceptor()
|
| Constructors in org.hibernate.search.engine.impl with parameters of type EntityIndexingInterceptor | |
|---|---|
MutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
org.apache.lucene.search.Similarity similarityInstance,
IndexManager[] providers,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor)
|
|
| Uses of EntityIndexingInterceptor in org.hibernate.search.engine.spi |
|---|
| Methods in org.hibernate.search.engine.spi that return EntityIndexingInterceptor | |
|---|---|
EntityIndexingInterceptor<?> |
EntityIndexBinder.getEntityIndexingInterceptor()
|
| 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 | |||||||||