Package org.hibernate.search.indexes.interceptor

Interface Summary
EntityIndexingInterceptor<T> This interceptor is called upon indexing operations to optionally change the behavior.
 

Class Summary
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 Summary
IndexingOverride Set of possible indexing operations
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved