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

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

Uses of GenerationType 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 GenerationType
static GenerationType GenerationType.fromValue(String v)
           
 GenerationType GeneratedValue.getStrategy()
          Gets the value of the strategy property.
static GenerationType GenerationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenerationType[] GenerationType.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 GenerationType
 void GeneratedValue.setStrategy(GenerationType value)
          Sets the value of the strategy property.
 

Uses of GenerationType 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 GenerationType
protected  GenerationType GeneratedValueImpl.strategy
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that return GenerationType
 GenerationType GeneratedValueImpl.getStrategy()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl with parameters of type GenerationType
 void GeneratedValueImpl.setStrategy(GenerationType value)
           
 



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