public interface PredicateImplementor extends javax.persistence.criteria.Predicate, Renderable
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilderImpl |
criteriaBuilder()
Access to the CriteriaBuilder
|
boolean |
isJunction()
Is this a conjunction or disjunction?
|
java.lang.String |
render(boolean isNegated,
RenderingContext renderingContext)
Form of
Renderable.render(org.hibernate.query.criteria.internal.compile.RenderingContext) used when the predicate is wrapped in a negated wrapper. |
getExpressions, getOperator, isNegated, notas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectionrender, renderGroupBy, renderProjectionCriteriaBuilderImpl criteriaBuilder()
boolean isJunction()
true if this predicate is a junction (AND/OR); false otherwisejava.lang.String render(boolean isNegated,
RenderingContext renderingContext)
Renderable.render(org.hibernate.query.criteria.internal.compile.RenderingContext) used when the predicate is wrapped in a negated wrapper. Allows passing
down the negation flag.
Note that this form is no-op in compound (junction) predicates. The reason being that compound predicates
are more complex and the negation is applied during its creation.isNegated - Should the predicate be negated.renderingContext - The context for renderingCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.