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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type Entity
protected  List<Entity> EntityMappings.entity
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type Entity
 List<Entity> EntityMappings.getEntity()
          Gets the value of the entity property.
 

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



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