| Package | Description |
|---|---|
| org.aoju.bus.mapper.builder | |
| org.aoju.bus.mapper.entity |
| Modifier and Type | Method and Description |
|---|---|
static List<EntityField> |
FieldSourceBuilder.getAll(Class<?> entityClass)
获取全部的属性,包含字段和方法
|
static List<EntityField> |
FieldSourceBuilder.getFields(Class<?> entityClass)
获取全部的Field
|
static List<EntityField> |
FieldSourceBuilder.getProperties(Class<?> entityClass)
获取全部的属性,通过方法名获取
|
| Modifier and Type | Method and Description |
|---|---|
EntityField |
EntityColumn.getEntityField() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityField.copyFromPropertyDescriptor(EntityField other)
先创建field,然后可以通过该方法获取property等属性
|
void |
EntityColumn.setEntityField(EntityField entityField) |
Copyright © 2020. All rights reserved.