public class BooleanAssertionPredicate extends AbstractSimplePredicate implements java.io.Serializable
javax.persistence.criteria.Predicate.BooleanOperatorParameterContainer.Helper| Constructor and Description |
|---|
BooleanAssertionPredicate(CriteriaBuilderImpl criteriaBuilder,
javax.persistence.criteria.Expression<java.lang.Boolean> expression,
java.lang.Boolean assertedValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAssertedValue() |
javax.persistence.criteria.Expression<java.lang.Boolean> |
getExpression() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
java.lang.String |
render(CriteriaQueryCompiler.RenderingContext renderingContext) |
java.lang.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, isNullgetValueHandlersgetValueHandlerpublic BooleanAssertionPredicate(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Expression<java.lang.Boolean> expression, java.lang.Boolean assertedValue)
public javax.persistence.criteria.Expression<java.lang.Boolean> getExpression()
public java.lang.Boolean getAssertedValue()
public void registerParameters(ParameterRegistry registry)
registerParameters in interface ParameterContainerregistry - The parameter registry with which to register.public java.lang.String render(CriteriaQueryCompiler.RenderingContext renderingContext)
render in interface Renderablepublic java.lang.String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2013. All Rights Reserved.