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

Method buildQuery

src/src/com/orm/androrm/QueryBuilder.java:75–83  ·  view source on GitHub ↗
(
			
			Class<T> 	clazz, 
			List<Rule> 	rules
			
	)

Source from the content-addressed store, hash-verified

73 }
74
75 public static final <T extends Model> SelectStatement buildQuery(
76
77 Class<T> clazz,
78 List<Rule> rules
79
80 ) {
81
82 return buildQuery(clazz, rules, 0);
83 }
84
85 private static final <T extends Model> SelectStatement buildQuery(
86

Callers 1

filterMethod · 0.95

Calls 15

getTableNameMethod · 0.95
leftMethod · 0.95
getKeyMethod · 0.95
getInstaceMethod · 0.95
getFieldInstanceMethod · 0.95
isRelationalFieldMethod · 0.95
buildJoinMethod · 0.95
rightMethod · 0.95
fromMethod · 0.95
setStatementMethod · 0.95
getStatementMethod · 0.95
onMethod · 0.80

Tested by

no test coverage detected