Class StructureQueryBuilder.Sub<B extends StructureQueryBuilder<B>>
- Enclosing class:
- StructureQueryBuilder<B extends StructureQueryBuilder<B>>
public abstract static class StructureQueryBuilder.Sub<B extends StructureQueryBuilder<B>>
extends StructureQueryBuilder<StructureQueryBuilder.Sub<B>>
Object of this class contains the state of the builder inside the currently open parentheses; you can finish
building the query in the parentheses and return to the main builder by calling
endsub(), or
add more constraints inside the parentheses, connecting them with StructureQueryBuilder.and or StructureQueryBuilder.or.-
Nested Class Summary
Nested classes/interfaces inherited from class StructureQueryBuilder
StructureQueryBuilder.BasicConstraintStep<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.Head, StructureQueryBuilder.OpStep<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.RelationConstraintStartStep<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.RelationStepHelper<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.StartStep<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.StartStepHelper<B extends StructureQueryBuilder<B>>, StructureQueryBuilder.Sub<B extends StructureQueryBuilder<B>> -
Field Summary
Fields inherited from class StructureQueryBuilder
and, or -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSub(StructureQueryBuilder.StartStep<StructureQueryBuilder.Sub<B>> and, StructureQueryBuilder.StartStep<StructureQueryBuilder.Sub<B>> or) -
Method Summary
Modifier and TypeMethodDescriptionabstract Bendsub()"Closes" the parentheses opened by the matching call toStructureQueryBuilder.BasicConstraintStep.sub(), so that the accumulated constraint will be inserted into the enclosing builder as if abasic constraint.Methods inherited from class StructureQueryBuilder
begin
-
Constructor Details
-
Sub
protected Sub(StructureQueryBuilder.StartStep<StructureQueryBuilder.Sub<B>> and, StructureQueryBuilder.StartStep<StructureQueryBuilder.Sub<B>> or)
-
-
Method Details
-
endsub
"Closes" the parentheses opened by the matching call toStructureQueryBuilder.BasicConstraintStep.sub(), so that the accumulated constraint will be inserted into the enclosing builder as if abasic constraint.
-