-
Create a style to tune different aspects of comparison by example.
Create a mutable style to apply on query-by-example.
Sets whether the comparison to OR the attribute comparisons.
Sets whether the comparison excludes default-valued attributes.
Sets whether the comparison excludes identity attribute.
Sets whether the comparison excludes null-valued attributes.
Sets whether the comparison excludes version attribute.
Sets the comparison mode for String-valued attributes.
<T> jakarta.persistence.criteria.Predicate
CriteriaBuilderImpl.qbe(jakarta.persistence.criteria.From<?,T> from,
T example,
ComparisonStyle style)
<T> jakarta.persistence.criteria.Predicate
CriteriaBuilderImpl.qbe(jakarta.persistence.criteria.From<?,T> from,
T example,
ComparisonStyle style,
jakarta.persistence.metamodel.Attribute<?,?>... excludes)
Create a predicate based upon the attribute values of a given
"example" entity instance.
<T> jakarta.persistence.criteria.Predicate
OpenJPACriteriaBuilder.qbe(jakarta.persistence.criteria.From<?,T> from,
T example,
ComparisonStyle style)
Overloaded with no extra attribute to exclude.
<T> jakarta.persistence.criteria.Predicate
OpenJPACriteriaBuilder.qbe(jakarta.persistence.criteria.From<?,T> from,
T example,
ComparisonStyle style,
jakarta.persistence.metamodel.Attribute<?,?>... excludes)
Create a predicate based upon the attribute values of a given
"example" entity instance.