Interface DeleteByConditionMapper<T>
- Type Parameters:
T- 泛型
- All Known Subinterfaces:
ConditionMapper<T>,Mapper<T>
public interface DeleteByConditionMapper<T>
通用Mapper接口,Condition查询
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
deleteByCondition
@DeleteProvider(type=ConditionProvider.class, method="dynamicSQL") int deleteByCondition(Object condition) 根据Condition条件删除数据- Parameters:
condition- 条件- Returns:
- the int
-