Uses of Interface
org.miaixz.bus.mapper.binding.basic.EntityMapper
Packages that use EntityMapper
Package
Description
MyBatis Mapper
通用Mapper接口
逻辑删除
-
Uses of EntityMapper in org.miaixz.bus.mapper
Subinterfaces of EntityMapper in org.miaixz.bus.mapperModifier and TypeInterfaceDescriptioninterfaceMapper<T,I extends Serializable> 自定义 Mapper 接口示例,基于主键自增重写了 insert 方法,主要用于展示用法。 -
Uses of EntityMapper in org.miaixz.bus.mapper.binding
Subinterfaces of EntityMapper in org.miaixz.bus.mapper.bindingModifier and TypeInterfaceDescriptioninterfaceBasicMapper<T,I extends Serializable> 基础 Mapper 接口,集成常用操作方法,支持继承和方法覆盖 -
Uses of EntityMapper in org.miaixz.bus.mapper.binding.logical
Subinterfaces of EntityMapper in org.miaixz.bus.mapper.binding.logicalModifier and TypeInterfaceDescriptioninterfaceLogicalMapper<T,I extends Serializable> 逻辑删除操作接口,覆盖基础查询、删除、更新方法以支持逻辑删除