Class AbstractStringXmlAggFunction
java.lang.Object
com.blazebit.persistence.impl.function.stringxmlagg.AbstractStringXmlAggFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
GroupConcatBasedStringXmlAggFunction,PostgreSQLStringXmlAggFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getReturnType(Class<?> firstArgumentType) booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.spi.JpqlFunction
render
-
Field Details
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
AbstractStringXmlAggFunction
public AbstractStringXmlAggFunction()
-
-
Method Details
-
hasArguments
public boolean hasArguments()- Specified by:
hasArgumentsin interfaceJpqlFunction
-
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()- Specified by:
hasParenthesesIfNoArgumentsin interfaceJpqlFunction
-
getReturnType
- Specified by:
getReturnTypein interfaceJpqlFunction
-