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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SubclassFetchMode

Determines how to eager-fetch subclass data.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 FetchMode value
           
 

value

public abstract FetchMode value
Default:
org.apache.openjpa.persistence.jdbc.FetchMode.NONE


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