Package org.apache.ibatis.mapping
Class ParameterMap
- java.lang.Object
-
- org.apache.ibatis.mapping.ParameterMap
-
public class ParameterMap extends Object
- Author:
- Clinton Begin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParameterMap.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
List<ParameterMapping>
getParameterMappings()
Class<?>
getType()
-
-
-
Method Detail
-
getId
public String getId()
-
getType
public Class<?> getType()
-
getParameterMappings
public List<ParameterMapping> getParameterMappings()
-
-