Interface S_FilterEntryOrEmpty

All Superinterfaces:
S_FilterEntry, S_FilterExit, S_QueryExit

public interface S_FilterEntryOrEmpty extends S_FilterEntry, S_FilterExit
See the grammar in Javadoc for QueryBuilder. Since 4.7 this helper interface includes S_FilterExit.and() and S_FilterExit.or() operations, which is convenient for filters with nested filter without the need to explicitly open and close empty block for the empty nested filter. This is also in line with the aforementioned grammar.