|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SearchableParent
Specifies a parent reference for SearchableComponent.
SearchableComponent has a reference it it's parent,
the annotation will make sure that this reference will be initalized
when the Searchable class is loaded from the index.
| Optional Element Summary | |
|---|---|
String |
accessor
The property accessor that will be fetch and write the property value. |
Cascade[] |
cascade
The operations that will cascade to the target association. |
String |
converter
The conveter lookup name that will convert the ParentMapping. |
public abstract String converter
ParentMapping.
Defaults to compass own intenral ParentMappingConverter.
public abstract String accessor
public abstract Cascade[] cascade
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||