Uses of Interface
org.eclipse.persistence.jpa.config.NamedNativeQuery
-
Packages that use NamedNativeQuery Package Description org.eclipse.persistence.jpa.config -
-
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)
-