Uses of Class
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.FetchType

Packages that use FetchType
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl   
 

Uses of FetchType in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm that return FetchType
static FetchType FetchType.fromValue(String v)
           
 FetchType OneToMany.getFetch()
          Gets the value of the fetch property.
 FetchType ManyToOne.getFetch()
          Gets the value of the fetch property.
 FetchType OneToOne.getFetch()
          Gets the value of the fetch property.
 FetchType ManyToMany.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.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm with parameters of type FetchType
 void OneToMany.setFetch(FetchType value)
          Sets the value of the fetch property.
 void ManyToOne.setFetch(FetchType value)
          Sets the value of the fetch property.
 void OneToOne.setFetch(FetchType value)
          Sets the value of the fetch property.
 void ManyToMany.setFetch(FetchType value)
          Sets the value of the fetch property.
 void Basic.setFetch(FetchType value)
          Sets the value of the fetch property.
 

Uses of FetchType in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl declared as FetchType
protected  FetchType ManyToManyImpl.fetch
           
protected  FetchType BasicImpl.fetch
           
protected  FetchType OneToOneImpl.fetch
           
protected  FetchType ManyToOneImpl.fetch
           
protected  FetchType OneToManyImpl.fetch
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that return FetchType
 FetchType ManyToManyImpl.getFetch()
           
 FetchType BasicImpl.getFetch()
           
 FetchType OneToOneImpl.getFetch()
           
 FetchType ManyToOneImpl.getFetch()
           
 FetchType OneToManyImpl.getFetch()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl with parameters of type FetchType
 void ManyToManyImpl.setFetch(FetchType value)
           
 void BasicImpl.setFetch(FetchType value)
           
 void OneToOneImpl.setFetch(FetchType value)
           
 void ManyToOneImpl.setFetch(FetchType value)
           
 void OneToManyImpl.setFetch(FetchType value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.