Uses of Class
cn.lm.mybatis.mapper.entity.Config
Packages that use Config
Package
Description
-
Uses of Config in cn.lm.mybatis.mapper.mapperhelper
Methods in cn.lm.mybatis.mapper.mapperhelper that return ConfigModifier and TypeMethodDescriptionMapperHelper.getConfig()获取通用Mapper配置MapperTemplate.getConfig()Methods in cn.lm.mybatis.mapper.mapperhelper with parameters of type ConfigModifier and TypeMethodDescriptionstatic voidEntityHelper.initEntityNameMap(Class<?> entityClass, Config config) 初始化实体属性void设置通用Mapper配置 -
Uses of Config in cn.lm.mybatis.mapper.mapperhelper.resolve
Methods in cn.lm.mybatis.mapper.mapperhelper.resolve with parameters of type ConfigModifier and TypeMethodDescriptionprotected voidDefaultEntityResolve.processField(EntityTable entityTable, EntityField field, Config config, Style style) 处理字段DefaultEntityResolve.resolveEntity(Class<?> entityClass, Config config) EntityResolve.resolveEntity(Class<?> entityClass, Config config) 解析类为 EntityTable -
Uses of Config in cn.lm.mybatis.mapper.session
Methods in cn.lm.mybatis.mapper.session with parameters of type Config