| Package | Description |
|---|---|
| org.hibernate.search.cfg | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.spi | |
| org.hibernate.search.indexes.interceptor |
| Modifier and Type | Method and Description |
|---|---|
IndexedMapping |
IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexingInterceptor<?> |
MutableEntityIndexBinding.getEntityIndexingInterceptor() |
| Constructor and Description |
|---|
MutableEntityIndexBinding(IndexManagerGroupHolder indexManagerGroupHolder,
IndexManagerSelector indexManagerSelector,
ShardIdentifierProvider shardIdentifierProvider,
EntityIndexingInterceptor<?> entityIndexingInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexingInterceptor |
EntityIndexBinding.getEntityIndexingInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
DontInterceptEntityInterceptor
Do not apply any interception.
|
Copyright © 2006–2017 Hibernate. All rights reserved.