Class OracleGroupConcatBasedToStringXmlFunction
java.lang.Object
com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
com.blazebit.persistence.impl.function.tostringxml.GroupConcatBasedToStringXmlFunction
com.blazebit.persistence.impl.function.tostringxml.OracleGroupConcatBasedToStringXmlFunction
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
FUNCTION_NAME -
Constructor Summary
ConstructorsConstructorDescriptionOracleGroupConcatBasedToStringXmlFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle) -
Method Summary
Methods inherited from class com.blazebit.persistence.impl.function.tostringxml.GroupConcatBasedToStringXmlFunction
renderMethods inherited from class com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments, process, render
-
Constructor Details
-
OracleGroupConcatBasedToStringXmlFunction
public OracleGroupConcatBasedToStringXmlFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle)
-
-
Method Details
-
coalesceStart
- Overrides:
coalesceStartin classGroupConcatBasedToStringXmlFunction
-
coalesceEnd
- Overrides:
coalesceEndin classGroupConcatBasedToStringXmlFunction
-