Interface | Description |
---|---|
BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder> |
Interface for builders that concatenate
query expressions of type
boolean with "AND" and "OR". |
ComparableComparisonBuilder<ParentBuilder,ExpressionType extends Comparable> |
Interface for builders that create expressions that compare two expressions of a type that extends
Comparable . |
ComparableFirstParameterBuilder<ParentBuilder> |
A builder for expressions that form the first parameter of a comparison and whose type is a comparable type.
|
ComparisonBuilder<ParentBuilder,ExpressionType> |
Interface for builders that create expressions that compare two expressions.
|
ConditionAwareBuilder |
Interface for builders that wish to use the condition builders for creation of
query expressions of type boolean. |
FirstParameterBuilder<ParentBuilder> |
A builder for expressions that form the first parameter of a comparison.
|
NegationBuilder<ParentBuilder extends ConditionAwareBuilder> |
Interface for builders that create Expressions that negate another boolean expression.
|
SecondParameterBuilder<ParentBuilder,ExpressionType> |
Interface for builders that build expressions that are the second parameter of a comparison.
|
Class | Description |
---|---|
BooleanOperationBuilderImpl<ParentBuilder extends ConditionAwareBuilder> |
Default implementation of
BooleanOperationBuilder . |
ComparableComparisonBuilderImpl<ParentBuilder extends ConditionAwareBuilder,ExpressionType extends Comparable> |
Default implementation of
ComparableComparisonBuilder . |
ComparisonBuilderImpl<ParentBuilder extends ConditionAwareBuilder,ExpressionType> |
Default implementation of
ComparisonBuilder . |
NegationBuilderImpl<ParentBuilder extends ConditionAwareBuilder> |
Default implementation of
NegationBuilder . |
SecondParameterBuilderImpl<ParentBuilder extends ConditionAwareBuilder,ExpressionType> |
Default implementation of
SecondParameterBuilder |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.