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