Пример #1
0
 public static MatrixCursor toMatrixCursor(Object entity, boolean onlyColumn) {
   return JpdroidMatrixCursorConverter.toMatrixCursor(entity, onlyColumn);
 }
Пример #2
0
 public static MatrixCursor toMatrixCursor(Object entity) {
   return JpdroidMatrixCursorConverter.toMatrixCursor(entity);
 }