|
||||||||||
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 |
MutableEntityIndexBinding.getEntityIndexingInterceptor()
|
Constructors in org.hibernate.search.engine.impl with parameters of type EntityIndexingInterceptor | |
---|---|
MutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
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<?> |
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 |