Module org.eclipse.persistence.core
Class SequencingFunctionCall.GetNextValue
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.remote.SimpleFunctionCall
-
- org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.GetNextValue
-
- All Implemented Interfaces:
Serializable,RemoteFunctionCall
- Enclosing class:
- SequencingFunctionCall
public static class SequencingFunctionCall.GetNextValue extends SimpleFunctionCall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetNextValue(Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Objectexecute(AbstractSession session)PROTECTED: Convenience method-
Methods inherited from class org.eclipse.persistence.internal.sessions.remote.SimpleFunctionCall
execute
-
-
-
-
Field Detail
-
cls
protected Class<?> cls
-
-
Constructor Detail
-
GetNextValue
public GetNextValue(Class<?> cls)
-
-
Method Detail
-
execute
protected Object execute(AbstractSession session)
Description copied from class:SimpleFunctionCallPROTECTED: Convenience method- Specified by:
executein classSimpleFunctionCall
-
-