| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.mybatis.base.entity | |
| cn.org.atool.fluent.mybatis.base.model | |
| cn.org.atool.fluent.mybatis.metadata | |
| cn.org.atool.fluent.mybatis.utility | |
| org.apache.ibatis.session |
| 限定符和类型 | 字段和说明 |
|---|---|
protected KeyMap<RefKey> |
AMapping.Ref_Keys |
| 限定符和类型 | 方法和说明 |
|---|---|
KeyMap<RefKey> |
IMapping.refKeys()
返回关联方法定义列表
|
KeyMap<RefKey> |
AMapping.refKeys() |
| 限定符和类型 | 方法和说明 |
|---|---|
KeyMap<T> |
KeyMap.put(String key,
T value) |
KeyMap<T> |
KeyMap.put(Type klass,
T value) |
KeyMap<T> |
KeyMap.unmodified()
设置成不可更改的Map实例
|
| 限定符和类型 | 方法和说明 |
|---|---|
static KeyMap<GetterMeta> |
GetterMeta.get(Class klass) |
static KeyMap<SetterMeta> |
SetterMeta.get(Class klass) |
| 限定符和类型 | 字段和说明 |
|---|---|
static KeyMap<IEntityMapper> |
RefKit.ENTITY_MAPPER
EntityClass 和 Mapper实例关联关系
|
static KeyMap<AMapping> |
RefKit.ENTITY_MAPPING
EntityClass 和 AMapping关联关系
|
static KeyMap<AMapping> |
RefKit.MAPPER_MAPPING
MapperClass 和 AMapping关联关系
|
static KeyMap<IGetter> |
RefKit.relations
多对多关联方法实现引用
|
static KeyMap<AMapping> |
RefKit.TABLE_MAPPING
EntityClass 和 AMapping关联关系
|
| 构造器和说明 |
|---|
ConfigurationKit(org.apache.ibatis.session.Configuration configuration,
KeyMap<AMapping> mappers) |
Copyright © 2021. All rights reserved.