| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.mybatis.base.entity | |
| cn.org.atool.fluent.mybatis.base.model | |
| cn.org.atool.fluent.mybatis.segment |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<UniqueFieldType,FieldMapping> |
AMapping.uniqueFields |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<FieldMapping> |
IMapping.findField(UniqueFieldType type)
返回特定类型字段
|
Optional<FieldMapping> |
AMapping.findField(UniqueFieldType type) |
| 限定符和类型 | 字段和说明 |
|---|---|
UniqueFieldType |
FieldMapping.uniqueFieldType
字段类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static UniqueFieldType |
UniqueFieldType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UniqueFieldType[] |
UniqueFieldType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
FieldMapping(String name,
String column,
UniqueFieldType uniqueFieldType,
String insert,
String update,
Class javaType,
Class typeHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
BaseWrapper.fieldName(UniqueFieldType type)
返回指定类型字段名称
如果没有指定类型字段,返回null
|
Copyright © 2021. All rights reserved.