|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| de.greenrobot.dao | |
| Uses of Property in de.greenrobot.dao |
|---|
| Fields in de.greenrobot.dao declared as Property | |
|---|---|
Property |
WhereCondition.PropertyCondition.property
|
| Methods in de.greenrobot.dao that return Property | |
|---|---|
Property |
AbstractDao.getPkProperty()
|
Property[] |
UnitTestDaoAccess.getProperties()
|
Property[] |
AbstractDao.getProperties()
|
| Methods in de.greenrobot.dao with parameters of type Property | ||
|---|---|---|
|
QueryBuilder.join(java.lang.Class<J> entityClass,
Property toOneProperty)
Not supported yet. |
|
|
QueryBuilder.joinToMany(java.lang.Class<J> entityClass,
Property toManyProperty)
Not supported yet. |
|
QueryBuilder<T> |
QueryBuilder.orderAsc(Property... properties)
Adds the given properties to the ORDER BY section using ascending order. |
|
QueryBuilder<T> |
QueryBuilder.orderCustom(Property property,
java.lang.String customOrderForProperty)
Adds the given properties to the ORDER BY section using the given custom order. |
|
QueryBuilder<T> |
QueryBuilder.orderDesc(Property... properties)
Adds the given properties to the ORDER BY section using descending order. |
|
| Constructors in de.greenrobot.dao with parameters of type Property | |
|---|---|
WhereCondition.PropertyCondition(Property property,
java.lang.String op)
|
|
WhereCondition.PropertyCondition(Property property,
java.lang.String op,
java.lang.Object value)
|
|
WhereCondition.PropertyCondition(Property property,
java.lang.String op,
java.lang.Object[] values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||