Uses of Interface
org.apache.openjpa.persistence.criteria.ComparisonStyle
Packages that use ComparisonStyle
-
Uses of ComparisonStyle in org.apache.openjpa.persistence.criteria
Classes in org.apache.openjpa.persistence.criteria that implement ComparisonStyleMethods in org.apache.openjpa.persistence.criteria that return ComparisonStyleModifier and TypeMethodDescriptionCriteriaBuilderImpl.qbeStyle()
Create a style to tune different aspects of comparison by example.OpenJPACriteriaBuilder.qbeStyle()
Create a mutable style to apply on query-by-example.ComparisonStyle.Default.setDisjunction
(boolean flag) ComparisonStyle.setDisjunction
(boolean flag) Sets whether the comparison to OR the attribute comparisons.ComparisonStyle.Default.setExcludeDefault
(boolean flag) ComparisonStyle.setExcludeDefault
(boolean flag) Sets whether the comparison excludes default-valued attributes.ComparisonStyle.Default.setExcludeIdentity
(boolean flag) ComparisonStyle.setExcludeIdentity
(boolean flag) Sets whether the comparison excludes identity attribute.ComparisonStyle.Default.setExcludeNull
(boolean flag) ComparisonStyle.setExcludeNull
(boolean flag) Sets whether the comparison excludes null-valued attributes.ComparisonStyle.Default.setExcludeVersion
(boolean flag) ComparisonStyle.setExcludeVersion
(boolean flag) Sets whether the comparison excludes version attribute.ComparisonStyle.Default.setStringComparisonMode
(ComparisonStyle.StringComparisonMode mode) ComparisonStyle.setStringComparisonMode
(ComparisonStyle.StringComparisonMode mode) Sets the comparison mode for String-valued attributes.Methods in org.apache.openjpa.persistence.criteria with parameters of type ComparisonStyleModifier and TypeMethodDescription<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.