Uses of Class
org.apache.openejb.jee.jpa.NamedQuery
-
Packages that use NamedQuery Package Description 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 Modifier and Type Field Description protected List<NamedQuery>Entity. namedQueryprotected List<NamedQuery>EntityMappings. namedQueryMethods in org.apache.openejb.jee.jpa that return NamedQuery Modifier and Type Method Description NamedQueryObjectFactory. createNamedQuery()Create an instance ofNamedQueryMethods in org.apache.openejb.jee.jpa that return types with arguments of type NamedQuery Modifier and Type Method Description List<NamedQuery>Entity. getNamedQuery()Gets the value of the namedQuery property.List<NamedQuery>EntityMappings. getNamedQuery()Gets the value of the namedQuery property.
-