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


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

Indicates that the annotated map's keys are not entirely polymorphic.

Since:
0.4.0, 1.1.0
Author:
Abe White

Optional Element Summary
 NonpolymorphicType value
           
 

value

public abstract NonpolymorphicType value
Default:
org.apache.openjpa.persistence.jdbc.NonpolymorphicType.EXACT


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