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

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

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

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

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

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



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