Uses of Class
org.apache.openejb.jee.jpa.NamedNativeQuery
-
Packages that use NamedNativeQuery Package Description 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 Modifier and Type Field Description protected List<NamedNativeQuery>Entity. namedNativeQueryprotected List<NamedNativeQuery>EntityMappings. namedNativeQueryMethods in org.apache.openejb.jee.jpa that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryObjectFactory. createNamedNativeQuery()Create an instance ofNamedNativeQueryMethods in org.apache.openejb.jee.jpa that return types with arguments of type NamedNativeQuery Modifier and Type Method Description List<NamedNativeQuery>Entity. getNamedNativeQuery()Gets the value of the namedNativeQuery property.List<NamedNativeQuery>EntityMappings. getNamedNativeQuery()Gets the value of the namedNativeQuery property.
-