Uses of Interface
org.eclipse.persistence.jpa.config.NamedQuery
-
-
Uses of NamedQuery in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return NamedQuery Modifier and Type Method Description NamedQueryAbstractMappedClassImpl. addNamedQuery() -
Uses of NamedQuery in org.eclipse.persistence.internal.jpa.config.queries
Classes in org.eclipse.persistence.internal.jpa.config.queries that implement NamedQuery Modifier and Type Class Description classNamedQueryImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.queries that return NamedQuery Modifier and Type Method Description NamedQueryNamedQueryImpl. setLockMode(String lockMode) -
Uses of NamedQuery in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return NamedQuery Modifier and Type Method Description NamedQueryMappingsImpl. addNamedQuery() -
Uses of NamedQuery in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return NamedQuery Modifier and Type Method Description NamedQueryEntity. addNamedQuery()NamedQueryMappedSuperclass. addNamedQuery()NamedQueryMappings. addNamedQuery()NamedQueryNamedQuery. setLockMode(String lockMode)NamedQueryNamedQuery. setName(String name)NamedQueryNamedQuery. setQuery(String query)
-