| Modifier and Type | Method and Description |
|---|---|
AbstractMapperTemplate |
MapperInterfaceRegister.getMapperTemplate(Class<?> mapperTemplate)
查找MapperTemplate实例对象,如果没有就创建。用一个Proxy对象来包装真正的对象,跟常见的lazy
load原理类似;使用FutureTask主要是为了保证同步,避免一个Proxy创建多个对象
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteMapperTemplate
生成通用 delete MappedStatement 模版类
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertMapperTemplate
生成通用 insert MappedStatement 模版类
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectIncludeLogicDeleteMapperTemplate
生成 select MappedStatement 模版类
|
class |
SelectMapperTemplate
生成 select MappedStatement 模版类
|
class |
SelectSortIncludeLogicDeleteMapperTemplate
生成 select order by MappedStatement 模版类
|
class |
SelectSortMapperTemplate
生成 select order by MappedStatement 模版类
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateMapperTemplate
生成通用 update MappedStatement 模版类
|
Copyright © 2018–2020. All rights reserved.