|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinFilter
Annotation for collections of related objects. Using an @JoinFilter annotation allows
developers to specify a filter that will always be applied when populating
relationship collections.
| Optional Element Summary | |
|---|---|
String |
alias
Optional. |
String |
value
The filter to apply to relationship queries. |
public abstract String value
public abstract String alias
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||