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


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

Marker interface specifying to use the expected class of the map key relation as criteria in the join.

Since:
0.4.0, 1.1.0
Author:
Abe White

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true


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