Interface SelectByConditionMapper<T>
- Type Parameters:
T- 不能为空
- All Known Subinterfaces:
ConditionMapper<T>
public interface SelectByConditionMapper<T>
通用Mapper接口,Condition查询
- Author:
- liuzh
-
Method Summary
-
Method Details
-
selectByCondition
@SelectProvider(type=ConditionProvider.class, method="dynamicSQL") List<T> selectByCondition(Object condition) 根据Condition条件进行查询- Parameters:
condition-- Returns:
-