Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.GeneratedValue

Packages that use GeneratedValue
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl   
 

Uses of GeneratedValue in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm that return GeneratedValue
 GeneratedValue ObjectFactory.createGeneratedValue()
          Create an instance of GeneratedValue
 GeneratedValue Id.getGeneratedValue()
          Gets the value of the generatedValue property.
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm with parameters of type GeneratedValue
 void Id.setGeneratedValue(GeneratedValue value)
          Sets the value of the generatedValue property.
 

Uses of GeneratedValue in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that implement GeneratedValue
 class GeneratedValueImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return GeneratedValue
 GeneratedValue IdImpl.getGeneratedValue()
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type GeneratedValue
 void IdImpl.setGeneratedValue(GeneratedValue value)
           
 



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