All Classes
-
All Classes Interface Summary Class Summary Class Description ActiveRecord<T,I extends Serializable> 建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用EntityRecord<T,I extends Serializable> 建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用ExampleRecord<T,I extends Serializable> 建议将继承该抽象类的实现类的作用范围控制在 Service 层,不能超出范围,其它层使用时转换为 VO 或 DTO 后使用MapperProvider<T,I extends Serializable,M extends BaseMapper<T,I>> 根据实体类提供对应的 Mapper 接口实例MapperProviderAutoConfiguration 自动配置MapperProviderMapperProviderAutoConfiguration.AutoRegisterConfiguration 自动注册为默认的 Mapper 提供者MapperProviderProperties Mapper 提供者配置MapperRecord<T,I extends Serializable,M extends BaseMapper<T,I>> 提供通用 Mapper