Class ExistFunction
java.lang.Object
com.blazebit.persistence.impl.function.exist.ExistFunction
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.4.1
- Author:
- Christian Beikov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getReturnType
(Class<?> firstArgumentType) boolean
boolean
void
render
(FunctionRenderContext functionRenderContext)
-
Field Details
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
ExistFunction
public ExistFunction()
-
-
Method Details
-
hasArguments
public boolean hasArguments()- Specified by:
hasArguments
in interfaceJpqlFunction
-
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()- Specified by:
hasParenthesesIfNoArguments
in interfaceJpqlFunction
-
getReturnType
- Specified by:
getReturnType
in interfaceJpqlFunction
-
render
- Specified by:
render
in interfaceJpqlFunction
-