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

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

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

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

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

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



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