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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type Basic
protected  List<Basic> Attributes.basic
           
protected  List<Basic> EmbeddableAttributes.basic
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type Basic
 List<Basic> Attributes.getBasic()
          Gets the value of the basic property.
 List<Basic> EmbeddableAttributes.getBasic()
          Gets the value of the basic property.
 

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



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