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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as Inheritance
protected  Inheritance Entity.inheritance
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Inheritance
 Inheritance Inheritance.clone()
          Creates and returns a deep copy of this object.
 Inheritance ObjectFactory.createInheritance()
          Create an instance of Inheritance
 Inheritance Entity.getInheritance()
          Gets the value of the inheritance property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Inheritance
 void Entity.setInheritance(Inheritance value)
          Sets the value of the inheritance property.
 

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



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