Uses of Class
org.apache.openejb.jee.jpa.NamedQuery

Packages that use NamedQuery
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of NamedQuery in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa with type parameters of type NamedQuery
protected  java.util.List<NamedQuery> Entity.namedQuery
           
protected  java.util.List<NamedQuery> EntityMappings.namedQuery
           
 

Methods in org.apache.openejb.jee.jpa that return NamedQuery
 NamedQuery ObjectFactory.createNamedQuery()
          Create an instance of NamedQuery
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type NamedQuery
 java.util.List<NamedQuery> Entity.getNamedQuery()
          Gets the value of the namedQuery property.
 java.util.List<NamedQuery> EntityMappings.getNamedQuery()
          Gets the value of the namedQuery property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.