Uses of Package
io.mybatis.activerecord
-
Packages that use io.mybatis.activerecord Package Description io.mybatis.activerecord -
Classes in io.mybatis.activerecord used by io.mybatis.activerecord Class Description EntityRecord 建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用ExampleRecord 建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用MapperRecord 提供通用 Mapper