Class NamedPlsqlStoredFunctionQueryImpl
- 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.AbstractPlsqlStoredQueryImpl<NamedPLSQLStoredFunctionQueryMetadata,NamedPlsqlStoredFunctionQuery>
-
- org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredFunctionQueryImpl
-
- All Implemented Interfaces:
NamedPlsqlStoredFunctionQuery
public class NamedPlsqlStoredFunctionQueryImpl extends AbstractPlsqlStoredQueryImpl<NamedPLSQLStoredFunctionQueryMetadata,NamedPlsqlStoredFunctionQuery> implements NamedPlsqlStoredFunctionQuery
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 NamedPlsqlStoredFunctionQueryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedPlsqlStoredFunctionQuerysetFunctionName(java.lang.String functionName)PlsqlParametersetReturnParameter()-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
addParameter, setResultSetMapping
-
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.NamedPlsqlStoredFunctionQuery
addParameter, addQueryHint, setName, setResultSetMapping
-
-
-
-
Method Detail
-
setFunctionName
public NamedPlsqlStoredFunctionQuery setFunctionName(java.lang.String functionName)
- Specified by:
setFunctionNamein interfaceNamedPlsqlStoredFunctionQuery
-
setReturnParameter
public PlsqlParameter setReturnParameter()
- Specified by:
setReturnParameterin interfaceNamedPlsqlStoredFunctionQuery
-
-