public class ConcatExpression extends ExpressionImpl<String> implements Serializable
ParameterContainer.Helper| Constructor and Description | 
|---|
ConcatExpression(CriteriaBuilderImpl criteriaBuilder,
                Expression<String> expression1,
                Expression<String> expression2)  | 
ConcatExpression(CriteriaBuilderImpl criteriaBuilder,
                Expression<String> string1,
                String string2)  | 
ConcatExpression(CriteriaBuilderImpl criteriaBuilder,
                String string1,
                Expression<String> string2)  | 
| Modifier and Type | Method and Description | 
|---|---|
Expression<String> | 
getString1()  | 
Expression<String> | 
getString2()  | 
void | 
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry. 
 | 
String | 
render(RenderingContext renderingContext)  | 
String | 
renderProjection(RenderingContext renderingContext)  | 
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueHandlersgetValueHandleralias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypepublic ConcatExpression(CriteriaBuilderImpl criteriaBuilder, Expression<String> expression1, Expression<String> expression2)
public ConcatExpression(CriteriaBuilderImpl criteriaBuilder, Expression<String> string1, String string2)
public ConcatExpression(CriteriaBuilderImpl criteriaBuilder, String string1, Expression<String> string2)
public Expression<String> getString1()
public Expression<String> getString2()
public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2018 JBoss by Red Hat. All rights reserved.