Interface S_QueryExit
- All Known Subinterfaces:
S_FilterEntryOrEmpty,S_FilterExit,S_MatchingRuleEntry
public interface S_QueryExit
See the grammar in Javadoc for
QueryBuilder.-
Method Summary
Modifier and TypeMethodDescriptionbuild()endBlock()Closes theS_FilterEntry.block()construction.
-
Method Details
-
endBlock
S_FilterExit endBlock()Closes theS_FilterEntry.block()construction. It is a bit high in hierarchy to allow empty block().end() construction without additional interface. -
asc
-
asc
-
desc
-
desc
-
offset
-
maxSize
-
build
ObjectQuery build() -
buildFilter
ObjectFilter buildFilter()
-