| Line 185... |
Line 185... |
| 185 |
Object value, String betweenKey, Object betweenValue1, Object betweenValue2, String clazzJoinKey,
|
185 |
Object value, String betweenKey, Object betweenValue1, Object betweenValue2, String clazzJoinKey,
|
| 186 |
String joinClazzKey, Class<V> joinClazz, String joinKey, Object joinValue, String orderByDescKey,
|
186 |
String joinClazzKey, Class<V> joinClazz, String joinKey, Object joinValue, String orderByDescKey,
|
| 187 |
int offset, int limit);
|
187 |
int offset, int limit);
|
| 188 |
|
188 |
|
| 189 |
public <T, V> V selectByEqualsWithJoinEqual(Class<T> clazz, Map<String, Object> objectParams, String clazzJoinKey,
|
189 |
public <T, V> V selectByEqualsWithJoinEqual(Class<T> clazz, Map<String, Object> objectParams, String clazzJoinKey,
|
| - |
|
190 |
String joinClazzKey, Class<V> joinClazz, Map<String, Object> joinEqualsMap);
|
| - |
|
191 |
|
| - |
|
192 |
public <T, V> List<V> selectAllByEqualsWithJoinEqual(Class<T> clazz, Map<String, Object> objectParams, String clazzJoinKey,
|
| 190 |
String joinClazzKey, Class<V> joinClazz, String joinKey, Object joinValue);
|
193 |
String joinClazzKey, Class<V> joinClazz, Map<String, Object> joinEqualsMap);
|
| 191 |
|
194 |
|
| 192 |
public <T, V, X> List<T> selectAllByEqualBetweenWithJoinJoinEqualOrderByDescPaginated(Class<T> clazz,
|
195 |
public <T, V, X> List<T> selectAllByEqualBetweenWithJoinJoinEqualOrderByDescPaginated(Class<T> clazz,
|
| 193 |
String equalKey, Object equalValue, String betweenKey, Object betweenValue1, Object betweenValue2,
|
196 |
String equalKey, Object equalValue, String betweenKey, Object betweenValue1, Object betweenValue2,
|
| 194 |
String clazzJoinKey, String joinClazzKey, Class<V> joinClazz1, String joinClazz1Key, String joinClazz2Key,
|
197 |
String clazzJoinKey, String joinClazzKey, Class<V> joinClazz1, String joinClazz1Key, String joinClazz2Key,
|
| 195 |
Class<X> joinClazz2, String join2Key, Object join2Value, String orderByDescKey, int offset, int limit);
|
198 |
Class<X> joinClazz2, String join2Key, Object join2Value, String orderByDescKey, int offset, int limit);
|