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

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

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

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

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

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



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