Interface | Description |
---|---|
EntityIndexingInterceptor<T> |
This interceptor is called upon indexing operations to optionally change the behavior.
|
Class | Description |
---|---|
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.
|
DontInterceptEntityInterceptor |
Do not apply any interception.
|
Enum | Description |
---|---|
IndexingOverride |
Set of possible indexing operations
|
Copyright © 2006–2016 Hibernate. All rights reserved.