Package | Description |
---|---|
org.apache.ibatis.builder |
Base package for the Configuration building code.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Method and Description |
---|---|
ParameterMap |
MapperBuilderAssistant.addParameterMap(String id,
Class<?> parameterClass,
List<ParameterMapping> parameterMappings) |
Modifier and Type | Method and Description |
---|---|
ParameterMap |
ParameterMap.Builder.build() |
ParameterMap |
MappedStatement.getParameterMap() |
Modifier and Type | Method and Description |
---|---|
MappedStatement.Builder |
MappedStatement.Builder.parameterMap(ParameterMap parameterMap) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ParameterMap> |
Configuration.parameterMaps |
Modifier and Type | Method and Description |
---|---|
ParameterMap |
Configuration.getParameterMap(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<ParameterMap> |
Configuration.getParameterMaps() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addParameterMap(ParameterMap pm) |
Copyright © 2009–2020 MyBatis.org. All rights reserved.