Class PlusBasedConcatFunction
java.lang.Object
com.blazebit.persistence.impl.function.concat.ConcatFunction
com.blazebit.persistence.impl.function.concat.PlusBasedConcatFunction
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
FieldsFields inherited from class com.blazebit.persistence.impl.function.concat.ConcatFunction
FUNCTION_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.impl.function.concat.ConcatFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PlusBasedConcatFunction
public PlusBasedConcatFunction()
-
-
Method Details
-
render
- Specified by:
renderin interfaceJpqlFunction- Overrides:
renderin classConcatFunction
-
startConcat
- Overrides:
startConcatin classConcatFunction
-
endConcat
- Overrides:
endConcatin classConcatFunction
-
concatSeparator
- Overrides:
concatSeparatorin classConcatFunction
-