public class NullifExpression<T> extends ExpressionImpl<T> implements Serializable
ParameterContainer.Helper
Constructor and Description |
---|
NullifExpression(CriteriaBuilderImpl criteriaBuilder,
Class<T> javaType,
javax.persistence.criteria.Expression<? extends T> primaryExpression,
javax.persistence.criteria.Expression<?> secondaryExpression) |
NullifExpression(CriteriaBuilderImpl criteriaBuilder,
Class<T> javaType,
javax.persistence.criteria.Expression<? extends T> primaryExpression,
Object secondaryExpression) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.criteria.Expression<? extends T> |
getPrimaryExpression() |
javax.persistence.criteria.Expression<?> |
getSecondaryExpression() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(CriteriaQueryCompiler.RenderingContext renderingContext) |
String |
renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext) |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueHandlers
getValueHandler
public NullifExpression(CriteriaBuilderImpl criteriaBuilder, Class<T> javaType, javax.persistence.criteria.Expression<? extends T> primaryExpression, javax.persistence.criteria.Expression<?> secondaryExpression)
public NullifExpression(CriteriaBuilderImpl criteriaBuilder, Class<T> javaType, javax.persistence.criteria.Expression<? extends T> primaryExpression, Object secondaryExpression)
public javax.persistence.criteria.Expression<? extends T> getPrimaryExpression()
public javax.persistence.criteria.Expression<?> getSecondaryExpression()
public void registerParameters(ParameterRegistry registry)
ParameterContainer
registerParameters
in interface ParameterContainer
registry
- The parameter registry with which to register.public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
render
in interface Renderable
public String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
renderProjection
in interface Renderable
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved