Uses of Interface
org.eclipse.persistence.jpa.config.NamedNativeQuery
-
-
Uses of NamedNativeQuery in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryAbstractMappedClassImpl. addNamedNativeQuery() -
Uses of NamedNativeQuery in org.eclipse.persistence.internal.jpa.config.queries
Classes in org.eclipse.persistence.internal.jpa.config.queries that implement NamedNativeQuery Modifier and Type Class Description classNamedNativeQueryImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.queries that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryNamedNativeQueryImpl. setResultClass(String resultClass)NamedNativeQueryNamedNativeQueryImpl. setResultSetMapping(String resultSetMapping) -
Uses of NamedNativeQuery in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryMappingsImpl. addNamedNativeQuery() -
Uses of NamedNativeQuery in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryEntity. addNamedNativeQuery()NamedNativeQueryMappedSuperclass. addNamedNativeQuery()NamedNativeQueryMappings. addNamedNativeQuery()NamedNativeQueryNamedNativeQuery. setName(String name)NamedNativeQueryNamedNativeQuery. setQuery(String query)NamedNativeQueryNamedNativeQuery. setResultClass(String resultClass)NamedNativeQueryNamedNativeQuery. setResultSetMapping(String resultSetMapping)
-