public interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>
query expressions
of type
boolean with "AND" and "OR".
It is also the last builder in the queue of builders. Calling holds()
will delegate building to the
parent builder given to the NegationBuilder
.Modifier and Type | Method and Description |
---|---|
NegationBuilder<ParentBuilder> |
and() |
ParentBuilder |
holds() |
NegationBuilder<ParentBuilder> |
or() |
NegationBuilder<ParentBuilder> or()
NegationBuilder<ParentBuilder> and()
ParentBuilder holds()
Copyright © 2016 SAPERION AG. All rights reserved.