org.apache.openjpa.persistence.jdbc
Annotation Type ElementClassCriteria


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ElementClassCriteria

Marker interface specifying to use the expected class of the array, collection, or map element relation as criteria in the join.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.