| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.field |
属性查询(Field Query)功能。
|
| com.mybatisflex.core.relation |
多表关联注解实现。
|
| com.mybatisflex.core.util |
工具类。
|
| 限定符和类型 | 字段和说明 |
|---|---|
private FieldWrapper |
FieldQuery.fieldWrapper |
| 限定符和类型 | 方法和说明 |
|---|---|
FieldWrapper |
FieldQuery.getFieldWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FieldQuery.setFieldWrapper(FieldWrapper fieldWrapper) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected FieldWrapper |
ToManyRelation.mapKeyFieldWrapper |
protected FieldWrapper |
AbstractRelation.relationFieldWrapper |
protected FieldWrapper |
AbstractRelation.selfFieldWrapper |
protected FieldWrapper |
AbstractRelation.targetFieldWrapper |
| 限定符和类型 | 方法和说明 |
|---|---|
FieldWrapper |
AbstractRelation.getRelationFieldWrapper() |
FieldWrapper |
AbstractRelation.getSelfFieldWrapper() |
FieldWrapper |
AbstractRelation.getTargetFieldWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractRelation.setRelationFieldWrapper(FieldWrapper relationFieldWrapper) |
void |
AbstractRelation.setSelfFieldWrapper(FieldWrapper selfFieldWrapper) |
void |
AbstractRelation.setTargetFieldWrapper(FieldWrapper targetFieldWrapper) |
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<Class<?>,Map<String,FieldWrapper>> |
FieldWrapper.cache |
| 限定符和类型 | 方法和说明 |
|---|---|
static FieldWrapper |
FieldWrapper.of(Class<?> clazz,
String fieldName) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static void |
FieldWrapper.initMappingTypeAndKeyType(Class<?> clazz,
Field field,
FieldWrapper fieldWrapper) |
Copyright © 2025. All rights reserved.