Package | Description |
---|---|
org.apache.ibatis.builder |
Base package for the Configuration building code.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
Modifier and Type | Method and Description |
---|---|
ParameterMapping |
MapperBuilderAssistant.buildParameterMapping(Class<?> parameterType,
String property,
Class<?> javaType,
JdbcType jdbcType,
String resultMap,
ParameterMode parameterMode,
Class<? extends TypeHandler<?>> typeHandler,
Integer numericScale) |
Modifier and Type | Method and Description |
---|---|
ParameterMap |
MapperBuilderAssistant.addParameterMap(String id,
Class<?> parameterClass,
List<ParameterMapping> parameterMappings) |
Constructor and Description |
---|
StaticSqlSource(Configuration configuration,
String sql,
List<ParameterMapping> parameterMappings) |
Modifier and Type | Method and Description |
---|---|
ParameterMapping |
ParameterMapping.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ParameterMapping> |
ParameterMap.getParameterMappings() |
List<ParameterMapping> |
BoundSql.getParameterMappings() |
Constructor and Description |
---|
BoundSql(Configuration configuration,
String sql,
List<ParameterMapping> parameterMappings,
Object parameterObject) |
Builder(Configuration configuration,
String id,
Class<?> type,
List<ParameterMapping> parameterMappings) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.