net.tsz.afinal.db.sqlite
类 CursorUtils

java.lang.Object
  继承者 net.tsz.afinal.db.sqlite.CursorUtils

public class CursorUtils
extends java.lang.Object


构造方法摘要
CursorUtils()
           
 
方法摘要
static
<T> T
dbModel2Entity(DbModel dbModel, java.lang.Class<?> clazz)
           
static DbModel getDbModel(Cursor cursor)
           
static
<T> T
getEntity(Cursor cursor, java.lang.Class<T> clazz)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CursorUtils

public CursorUtils()
方法详细信息

getEntity

public static <T> T getEntity(Cursor cursor,
                              java.lang.Class<T> clazz)

getDbModel

public static DbModel getDbModel(Cursor cursor)

dbModel2Entity

public static <T> T dbModel2Entity(DbModel dbModel,
                                   java.lang.Class<?> clazz)