| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComparisonStyle | |
|---|---|
| org.apache.openjpa.persistence.criteria | OpenJPA Criteria Query | 
| Uses of ComparisonStyle in org.apache.openjpa.persistence.criteria | 
|---|
| Classes in org.apache.openjpa.persistence.criteria that implement ComparisonStyle | |
|---|---|
| static class | ComparisonStyle.DefaultDefault implementation. | 
| Methods in org.apache.openjpa.persistence.criteria that return ComparisonStyle | |
|---|---|
|  ComparisonStyle | OpenJPACriteriaBuilder.qbeStyle()Create a mutable style to apply on query-by-example. | 
|  ComparisonStyle | CriteriaBuilderImpl.qbeStyle()Create a style to tune different aspects of comparison by example. | 
|  ComparisonStyle | ComparisonStyle.setDisjunction(boolean flag)Sets whether the comparison to OR the attribute comparisons. | 
|  ComparisonStyle | ComparisonStyle.Default.setDisjunction(boolean flag) | 
|  ComparisonStyle | ComparisonStyle.setExcludeDefault(boolean flag)Sets whether the comparison excludes default-valued attributes. | 
|  ComparisonStyle | ComparisonStyle.Default.setExcludeDefault(boolean flag) | 
|  ComparisonStyle | ComparisonStyle.setExcludeIdentity(boolean flag)Sets whether the comparison excludes identity attribute. | 
|  ComparisonStyle | ComparisonStyle.Default.setExcludeIdentity(boolean flag) | 
|  ComparisonStyle | ComparisonStyle.setExcludeNull(boolean flag)Sets whether the comparison excludes null-valued attributes. | 
|  ComparisonStyle | ComparisonStyle.Default.setExcludeNull(boolean flag) | 
|  ComparisonStyle | ComparisonStyle.setExcludeVersion(boolean flag)Sets whether the comparison excludes version attribute. | 
|  ComparisonStyle | ComparisonStyle.Default.setExcludeVersion(boolean flag) | 
|  ComparisonStyle | ComparisonStyle.setStringComparisonMode(ComparisonStyle.StringComparisonMode mode)Sets the comparison mode for String-valued attributes. | 
|  ComparisonStyle | ComparisonStyle.Default.setStringComparisonMode(ComparisonStyle.StringComparisonMode mode) | 
| Methods in org.apache.openjpa.persistence.criteria with parameters of type ComparisonStyle | ||
|---|---|---|
| 
 | OpenJPACriteriaBuilder.qbe(From<?,T> from,
    T example,
    ComparisonStyle style)Overloaded with no extra attribute to exclude. | |
| 
 | CriteriaBuilderImpl.qbe(From<?,T> from,
    T example,
    ComparisonStyle style) | |
| 
 | OpenJPACriteriaBuilder.qbe(From<?,T> from,
    T example,
    ComparisonStyle style,
    Attribute<?,?>... excludes)Create a predicate based upon the attribute values of a given "example" entity instance. | |
| 
 | CriteriaBuilderImpl.qbe(From<?,T> from,
    T example,
    ComparisonStyle style,
    Attribute<?,?>... excludes)Create a predicate based upon the attribute values of a given "example" entity instance. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||