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

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

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

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

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

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



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