Module bus.mapper

Interface LogicalMapper<T,I extends Serializable>

Type Parameters:
T - 实体类类型
I - 主键类型
All Superinterfaces:
BasicMapper<T,I>, ClassMapper<T>, ConditionMapper<T,Condition<T>>, CursorMapper<T,Condition<T>>, EntityMapper<T,I>, FunctionMapper<T>

public interface LogicalMapper<T,I extends Serializable> extends BasicMapper<T,I>, FunctionMapper<T>
逻辑删除操作接口,覆盖基础查询、删除、更新方法以支持逻辑删除
Since:
Java 17+
Author:
Kimi Liu