( Class<T> clazz, List<Rule> rules )
| 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 |
no test coverage detected