| QueryCaseInsensitiveLikeProperty |
|
| QueryContainsProperty<T> |
Query to List/Array Property.
|
| QueryInProperty<T> |
Difference with QueryProperty is collection of possible values instead of single value.
|
| QueryLessThenProperty<P extends java.lang.Comparable<P>> |
Presents the query of abstract DataObjects that have Property with given name
and its value less then or equal (if including) to the querying value.
|
| QueryLikeProperty |
QueryLikeProperty class.
|
| QueryModProperty |
IMPORTANT:Tested only in postgressql!
|
| QueryMoreThenProperty<P extends java.lang.Comparable<P>> |
Presents the query of abstract DataObjects that have Property with given name
and its value more then or equal (if including) to the querying value.
|
| QueryNotEqualProperty |
Difference with QueryProperty is property value of queried object must be less then specified in this query.
|
| QueryProperty |
QueryProperty class.
|
| QueryResult |
The result of the query.
|
| QueryResultEntry |
An entry in a query result list.
|
| QueryStartsWithProperty |
QueryStartsWithProperty class.
|
| ResultEntryBean |
A bean which contains one result entry.
|