Ejemplo n.º 1
0
 public static MatrixCursor toMatrixCursor(Object entity, boolean onlyColumn) {
   return JpdroidMatrixCursorConverter.toMatrixCursor(entity, onlyColumn);
 }
Ejemplo n.º 2
0
 public static MatrixCursor toMatrixCursor(Object entity) {
   return JpdroidMatrixCursorConverter.toMatrixCursor(entity);
 }