コード例 #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);
 }