public interface IPredicate extends jakarta.persistence.criteria.Predicate, IExpression<java.lang.Boolean>
IPredicate
.Modifier and Type | Method and Description |
---|---|
default boolean |
isBoolean() |
default boolean |
isNumeric() |
getExpressions, getOperator, isNegated, not
as, in, in, in, in, isNotNull, isNull
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
default boolean isBoolean()
isBoolean
in interface IExpression<java.lang.Boolean>
default boolean isNumeric()
isNumeric
in interface IExpression<java.lang.Boolean>