Class NamedStoredFunctionQueryImpl
- 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.AbstractStoredQueryImpl<NamedStoredFunctionQueryMetadata,NamedStoredFunctionQuery>
-
- org.eclipse.persistence.internal.jpa.config.queries.NamedStoredFunctionQueryImpl
-
- All Implemented Interfaces:
NamedStoredFunctionQuery
public class NamedStoredFunctionQueryImpl extends AbstractStoredQueryImpl<NamedStoredFunctionQueryMetadata,NamedStoredFunctionQuery> implements NamedStoredFunctionQuery
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 NamedStoredFunctionQueryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedStoredFunctionQuerysetFunctionName(java.lang.String functionName)NamedStoredFunctionQuerysetResultSetMapping(java.lang.String resultSetMapping)StoredProcedureParametersetReturnParameter()-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
addParameter, setCallByIndex
-
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.NamedStoredFunctionQuery
addParameter, addQueryHint, setCallByIndex, setName
-
-
-
-
Method Detail
-
setFunctionName
public NamedStoredFunctionQuery setFunctionName(java.lang.String functionName)
- Specified by:
setFunctionNamein interfaceNamedStoredFunctionQuery
-
setResultSetMapping
public NamedStoredFunctionQuery setResultSetMapping(java.lang.String resultSetMapping)
- Specified by:
setResultSetMappingin interfaceNamedStoredFunctionQuery
-
setReturnParameter
public StoredProcedureParameter setReturnParameter()
- Specified by:
setReturnParameterin interfaceNamedStoredFunctionQuery
-
-