Uses of Class
de.greenrobot.dao.Property

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
QueryBuilder.join(java.lang.Class entityClass, Property toOneProperty)
          Not supported yet.
QueryBuilder
QueryBuilder.joinToMany(java.lang.Class 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)
           
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.