Module org.eclipse.persistence.core
Class SequencingFunctionCall.DoesExist
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.remote.SimpleFunctionCall
-
- org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.DoesExist
-
- All Implemented Interfaces:
Serializable,RemoteFunctionCall
- Enclosing class:
- SequencingFunctionCall
public static class SequencingFunctionCall.DoesExist extends SimpleFunctionCall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoesExist()
-
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
-
-
-
-
Method Detail
-
execute
protected Object execute(AbstractSession session)
Description copied from class:SimpleFunctionCallPROTECTED: Convenience method- Specified by:
executein classSimpleFunctionCall
-
-