org.apache.ibatis.mapping
Class ParameterMap

java.lang.Object
  extended by org.apache.ibatis.mapping.ParameterMap

public class ParameterMap
extends Object


Nested Class Summary
static class ParameterMap.Builder
           
 
Method Summary
 String getId()
           
 List<ParameterMapping> getParameterMappings()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

getType

public Class<?> getType()

getParameterMappings

public List<ParameterMapping> getParameterMappings()


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.