Class GroupConcatBasedStringXmlAggFunction
java.lang.Object
com.blazebit.persistence.impl.function.stringxmlagg.AbstractStringXmlAggFunction
com.blazebit.persistence.impl.function.stringxmlagg.GroupConcatBasedStringXmlAggFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
OracleGroupConcatBasedStringXmlAggFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
FieldsFields inherited from class com.blazebit.persistence.impl.function.stringxmlagg.AbstractStringXmlAggFunction
FUNCTION_NAME -
Constructor Summary
ConstructorsConstructorDescriptionGroupConcatBasedStringXmlAggFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcoalesceEnd(String field) protected Stringvoidrender(FunctionRenderContext context) Methods inherited from class com.blazebit.persistence.impl.function.stringxmlagg.AbstractStringXmlAggFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments
-
Field Details
-
concatFunction
-
-
Constructor Details
-
GroupConcatBasedStringXmlAggFunction
public GroupConcatBasedStringXmlAggFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction)
-
-
Method Details
-
render
-
coalesceStart
-
coalesceEnd
-