Modifier and Type | Method and Description |
---|---|
IndexedMapping |
IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor) |
Modifier and Type | Method and Description |
---|---|
EntityIndexingInterceptor |
DynamicShardingEntityIndexBinding.getEntityIndexingInterceptor() |
EntityIndexingInterceptor |
DefaultMutableEntityIndexBinding.getEntityIndexingInterceptor() |
Modifier and Type | Method and Description |
---|---|
static <T,U> MutableEntityIndexBinding<T> |
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
EntityIndexingInterceptor<?> |
EntityIndexBinding.getEntityIndexingInterceptor() |
Modifier and Type | Method and Description |
---|---|
EntityIndexingInterceptor<?> |
EntityIndexBindingWrapper.getEntityIndexingInterceptor()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2006–2013 Hibernate. All rights reserved.