MCPcopy Create free account
hub / github.com/androrm/androrm / objects

Method objects

src/src/com/orm/androrm/Model.java:372–379  ·  view source on GitHub ↗
(
			
			Context 	context, 
			Class<T> 	clazz
			
	)

Source from the content-addressed store, hash-verified

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

Callers 6

testDeleteMethod · 0.95
testEqualsMethod · 0.95
testStorageMethod · 0.95
testSetMethod · 0.95
testSaveMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by 5

testDeleteMethod · 0.76
testEqualsMethod · 0.76
testStorageMethod · 0.76
testSetMethod · 0.76
testSaveMethod · 0.76