|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMapping | |
---|---|
org.apache.ibatis.builder | |
org.apache.ibatis.executor.resultset | |
org.apache.ibatis.mapping |
Uses of ParameterMapping in org.apache.ibatis.builder |
---|
Methods in org.apache.ibatis.builder that return ParameterMapping | |
---|---|
ParameterMapping |
MapperBuilderAssistant.buildParameterMapping(java.lang.Class parameterType,
java.lang.String property,
java.lang.Class javaType,
JdbcType jdbcType,
java.lang.String resultMap,
ParameterMode parameterMode,
java.lang.Class typeHandler,
java.lang.Integer numericScale)
|
Method parameters in org.apache.ibatis.builder with type arguments of type ParameterMapping | |
---|---|
ParameterMap |
MapperBuilderAssistant.addParameterMap(java.lang.String id,
java.lang.Class parameterClass,
java.util.List<ParameterMapping> parameterMappings)
|
Constructor parameters in org.apache.ibatis.builder with type arguments of type ParameterMapping | |
---|---|
StaticSqlSource(Configuration configuration,
java.lang.String sql,
java.util.List<ParameterMapping> parameterMappings)
|
Uses of ParameterMapping in org.apache.ibatis.executor.resultset |
---|
Methods in org.apache.ibatis.executor.resultset with parameters of type ParameterMapping | |
---|---|
protected void |
FastResultSetHandler.handleRefCursorOutputParameter(java.sql.CallableStatement cs,
ParameterMapping parameterMapping,
int parameterMappingIndex,
MetaObject metaParam)
|
Uses of ParameterMapping in org.apache.ibatis.mapping |
---|
Methods in org.apache.ibatis.mapping that return ParameterMapping | |
---|---|
ParameterMapping |
ParameterMapping.Builder.build()
|
Methods in org.apache.ibatis.mapping that return types with arguments of type ParameterMapping | |
---|---|
java.util.List<ParameterMapping> |
ParameterMap.getParameterMappings()
|
java.util.List<ParameterMapping> |
BoundSql.getParameterMappings()
|
Constructor parameters in org.apache.ibatis.mapping with type arguments of type ParameterMapping | |
---|---|
BoundSql(Configuration configuration,
java.lang.String sql,
java.util.List<ParameterMapping> parameterMappings,
java.lang.Object parameterObject)
|
|
ParameterMap.Builder(Configuration configuration,
java.lang.String id,
java.lang.Class type,
java.util.List<ParameterMapping> parameterMappings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |