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


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

Indicates that the annotated relation is not entirely polymorphic.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 NonpolymorphicType value
           
 

value

public abstract NonpolymorphicType value
Default:
EXACT


Copyright © 2006 Apache Software Foundation. All Rights Reserved.