org.compass.gps.device.ibatis
Class IndexStatement
java.lang.Object
org.compass.gps.device.ibatis.IndexStatement
public class IndexStatement
- extends Object
An iBatis index statement including the statement id and a possible parameters.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexStatement
public IndexStatement(String statementId)
IndexStatement
public IndexStatement(String statementId,
Object param)
getStatementId
public String getStatementId()
getParam
public Object getParam()
Copyright (c) 2004-2009 The Compass Project.