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


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

Indicates that the annotated array, collection, or map's elements are not entirely polymorphic.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 NonpolymorphicType value
           
 

value

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


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