public class BetweenPredicate<Y> extends AbstractSimplePredicate implements Serializable
Predicate.Predicate.BooleanOperatorParameterContainer.Helper| Constructor and Description |
|---|
BetweenPredicate(CriteriaBuilderImpl criteriaBuilder,
Expression<? extends Y> expression,
Expression<? extends Y> lowerBound,
Expression<? extends Y> upperBound) |
BetweenPredicate(CriteriaBuilderImpl criteriaBuilder,
Expression<? extends Y> expression,
Y lowerBound,
Y upperBound) |
| Modifier and Type | Method and Description |
|---|---|
Expression<? extends Y> |
getExpression() |
Expression<? extends Y> |
getLowerBound() |
Expression<? extends Y> |
getUpperBound() |
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) |
getExpressions, getOperatorgetCompoundSelectionItems, isCompoundSelection, isNegated, notas, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getValueHandlersforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullgetAlias, getJavaTypegetValueHandlersgetValueHandlerpublic BetweenPredicate(CriteriaBuilderImpl criteriaBuilder, Expression<? extends Y> expression, Y lowerBound, Y upperBound)
public BetweenPredicate(CriteriaBuilderImpl criteriaBuilder, Expression<? extends Y> expression, Expression<? extends Y> lowerBound, Expression<? extends Y> upperBound)
public Expression<? extends Y> getExpression()
public Expression<? extends Y> getLowerBound()
public Expression<? extends Y> getUpperBound()
public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2012 JBoss by Red Hat. All Rights Reserved.