Class NamedQueryImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.queries.AbstractQueryImpl<NamedQueryMetadata,NamedQuery>
-
- org.eclipse.persistence.internal.jpa.config.queries.NamedQueryImpl
-
- All Implemented Interfaces:
NamedQuery
public class NamedQueryImpl extends AbstractQueryImpl<NamedQueryMetadata,NamedQuery> implements NamedQuery
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description NamedQueryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedQuerysetLockMode(java.lang.String lockMode)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.queries.AbstractQueryImpl
setQuery
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
addQueryHint, setName
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.persistence.jpa.config.NamedQuery
addQueryHint, setName, setQuery
-
-
-
-
Method Detail
-
setLockMode
public NamedQuery setLockMode(java.lang.String lockMode)
- Specified by:
setLockModein interfaceNamedQuery
-
-