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.