|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLComboFilterSupported | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of SQLComboFilterSupported in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement SQLComboFilterSupported | |
|---|---|
class |
FullTextSearchFilter<T>
used in context with a BaseRowMapper to support full text search in tables |
class |
SQLComboFilter<T>
allows to flexibly combine multiple different filter that all can be effectively applied to a BaseRowMapper. |
class |
SQLMapFilter<T>
a special filter that can be used to easily pre-filter Resources via restrictions used in a ConnectionHelper (to fetch them from a DBClassStore). |
| Methods in com.antelmann.sql with parameters of type SQLComboFilterSupported | |
|---|---|
void |
SQLComboFilter.add(SQLComboFilterSupported<? super T> filter,
boolean combineWithAndIfTrue)
|
| Constructors in com.antelmann.sql with parameters of type SQLComboFilterSupported | |
|---|---|
SQLComboFilter(SQLComboFilterSupported<? super T> filter)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||