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

Packages that use GeneratedValue
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 GeneratedValue in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as GeneratedValue
protected  GeneratedValue Id.generatedValue
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return GeneratedValue
 GeneratedValue GeneratedValue.clone()
          Creates and returns a deep copy of this object.
 GeneratedValue ObjectFactory.createGeneratedValue()
          Create an instance of GeneratedValue
 GeneratedValue Id.getGeneratedValue()
          Gets the value of the generatedValue property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type GeneratedValue
 void Id.setGeneratedValue(GeneratedValue value)
          Sets the value of the generatedValue property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type GeneratedValue
GeneratedValue(GeneratedValue o)
          Creates a new GeneratedValue instance by deeply copying a given GeneratedValue instance.
 



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