class |
QueryCaseInsensitiveLikeProperty |
|
class |
QueryContainsProperty<T> |
Query to List/Array Property.
|
class |
QueryInProperty<T> |
Difference with QueryProperty is collection of possible values instead of single value.
|
class |
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.
|
class |
QueryLikeProperty |
QueryLikeProperty class.
|
class |
QueryModProperty |
IMPORTANT:Tested only in postgressql!
|
class |
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.
|
class |
QueryNotEqualProperty |
Difference with QueryProperty is property value of queried object must be less then specified in this query.
|
class |
QueryStartsWithProperty |
QueryStartsWithProperty class.
|