class CompareByExample<T> extends PredicateImpl
PredicateImpl.And, PredicateImpl.Or_exps| Constructor and Description |
|---|
CompareByExample(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.metamodel.ManagedType<T> type,
javax.persistence.criteria.Path<T> from,
T instance,
ComparisonStyle style,
javax.persistence.metamodel.Attribute<?,?>... excludes) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> javax.persistence.criteria.Predicate.BooleanOperator |
extractOperator(ComparisonStyle style) |
(package private) Object |
extractValue(T instance,
javax.persistence.metamodel.SingularAttribute<? super T,?> attr) |
(package private) boolean |
isDefaultValue(Class<?> cls,
Object val) |
acceptVisit, add, asValue, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, not, toKernelExpression, toValue, TRUEas, in, in, in, in, isNotNull, isNullalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullCompareByExample(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.metamodel.ManagedType<T> type,
javax.persistence.criteria.Path<T> from,
T instance,
ComparisonStyle style,
javax.persistence.metamodel.Attribute<?,?>... excludes)
Object extractValue(T instance, javax.persistence.metamodel.SingularAttribute<? super T,?> attr)
static <T> javax.persistence.criteria.Predicate.BooleanOperator extractOperator(ComparisonStyle style)
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.