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

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

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

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

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

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



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