( Context context, Class<T> clazz )
| 370 | } |
| 371 | |
| 372 | public static <T extends Model> QuerySet<T> objects( |
| 373 | |
| 374 | Context context, |
| 375 | Class<T> clazz |
| 376 | |
| 377 | ) { |
| 378 | return new QuerySet<T>(context, clazz); |
| 379 | } |
| 380 | |
| 381 | protected PrimaryKeyField mId; |
| 382 |
no outgoing calls