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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type EntityResult
protected  List<EntityResult> SqlResultSetMapping.entityResult
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type EntityResult
 List<EntityResult> SqlResultSetMapping.getEntityResult()
          Gets the value of the entityResult property.
 

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



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