org.apache.ibatis.mapping
Class ParameterMap

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

public class ParameterMap
extends java.lang.Object


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

Method Detail

getId

public java.lang.String getId()

getType

public java.lang.Class getType()

getParameterMappings

public java.util.List<ParameterMapping> getParameterMappings()


Copyright © 2010. All Rights Reserved.