com.force.sdk.jpa.annotation
Annotation Type JoinFilter


@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.

Author:
Fiaz Hossain

Optional Element Summary
 String alias
          Optional.
 String value
          The filter to apply to relationship queries.
 

value

public abstract String value
The filter to apply to relationship queries.

Default:
""

alias

public abstract String alias
Optional. The alias for the relationship object that may be used in the JoinFilter value.

Default:
""


Copyright © 2011. All Rights Reserved.