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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type Version
protected  List<Version> Attributes.version
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Version
 Version Version.clone()
          Creates and returns a deep copy of this object.
 Version ObjectFactory.createVersion()
          Create an instance of Version
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type Version
 List<Version> Attributes.getVersion()
          Gets the value of the version property.
 

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



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