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 a JoinFilter allows developers to specify a filter that will always be applied when populating relationship collections.

Author:
Fiaz Hossain

Optional Element Summary
 String alias
          optional, the alias for the relationship object that may be used in the JoinFilter value.
 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.