Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.FetchType

Packages that use FetchType
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of FetchType in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as FetchType
protected  FetchType ManyToMany.fetch
           
protected  FetchType OneToOne.fetch
           
protected  FetchType ManyToOne.fetch
           
protected  FetchType OneToMany.fetch
           
protected  FetchType Basic.fetch
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return FetchType
static FetchType FetchType.fromValue(String v)
           
 FetchType ManyToMany.getFetch()
          Gets the value of the fetch property.
 FetchType OneToOne.getFetch()
          Gets the value of the fetch property.
 FetchType ManyToOne.getFetch()
          Gets the value of the fetch property.
 FetchType OneToMany.getFetch()
          Gets the value of the fetch property.
 FetchType Basic.getFetch()
          Gets the value of the fetch property.
static FetchType FetchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FetchType[] FetchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type FetchType
 void ManyToMany.setFetch(FetchType value)
          Sets the value of the fetch property.
 void OneToOne.setFetch(FetchType value)
          Sets the value of the fetch property.
 void ManyToOne.setFetch(FetchType value)
          Sets the value of the fetch property.
 void OneToMany.setFetch(FetchType value)
          Sets the value of the fetch property.
 void Basic.setFetch(FetchType value)
          Sets the value of the fetch property.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.