Uses of Interface
io.mybatis.activerecord.EntityRecord
-
Packages that use EntityRecord Package Description io.mybatis.activerecord -
-
Uses of EntityRecord in io.mybatis.activerecord
Subinterfaces of EntityRecord in io.mybatis.activerecord Modifier and Type Interface Description interfaceActiveRecord<T,I extends Serializable>建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用
-