Uses of Class
cn.lm.mybatis.mapper.entity.EntityField
Packages that use EntityField
Package
Description
-
Uses of EntityField in cn.lm.mybatis.mapper.entity
Methods in cn.lm.mybatis.mapper.entity that return EntityFieldMethods in cn.lm.mybatis.mapper.entity with parameters of type EntityFieldModifier and TypeMethodDescriptionvoidEntityField.copyFromPropertyDescriptor(EntityField other) 先创建field,然后可以通过该方法获取property等属性voidEntityColumn.setEntityField(EntityField entityField) -
Uses of EntityField in cn.lm.mybatis.mapper.mapperhelper
Methods in cn.lm.mybatis.mapper.mapperhelper that return types with arguments of type EntityFieldModifier and TypeMethodDescriptionstatic List<EntityField>获取全部的属性,包含字段和方法static List<EntityField>获取全部的Fieldstatic List<EntityField>FieldHelper.getProperties(Class<?> entityClass) 获取全部的属性,通过方法名获取 -
Uses of EntityField in cn.lm.mybatis.mapper.mapperhelper.resolve
Methods in cn.lm.mybatis.mapper.mapperhelper.resolve with parameters of type EntityFieldModifier and TypeMethodDescriptionprotected voidDefaultEntityResolve.processField(EntityTable entityTable, EntityField field, Config config, Style style) 处理字段protected voidDefaultEntityResolve.processKeyGenerator(EntityTable entityTable, EntityField field, EntityColumn entityColumn) 处理主键策略protected voidDefaultEntityResolve.processOrderBy(EntityTable entityTable, EntityField field, EntityColumn entityColumn) 处理排序