Uses of Class
com.sun.java.xml.ns.persistence.orm.NamedQuery

Packages that use NamedQuery
com.sun.java.xml.ns.persistence.orm   
 

Uses of NamedQuery in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type NamedQuery
protected  List<NamedQuery> EntityMappings.namedQuery
           
protected  List<NamedQuery> Entity.namedQuery
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return NamedQuery
 NamedQuery ObjectFactory.createNamedQuery()
          Create an instance of NamedQuery
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type NamedQuery
 List<NamedQuery> EntityMappings.getNamedQuery()
          Gets the value of the namedQuery property.
 List<NamedQuery> Entity.getNamedQuery()
          Gets the value of the namedQuery property.
 



Copyright © 2005-2011. All Rights Reserved.