@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Indexed
| Modifier and Type | Optional Element and Description |
|---|---|
String |
index |
Class<? extends EntityIndexingInterceptor> |
interceptor
Custom converter to change operations upon indexing
Useful for soft deletes and similar patterns
|
public abstract String index
public abstract Class<? extends EntityIndexingInterceptor> interceptor
EntityIndexingInterceptor class. Default to EntityIndexingInterceptor classCopyright © 2006–2017 Hibernate. All rights reserved.