sf.qof.mapping
Class Mapper
java.lang.Object
sf.qof.mapping.Mapper
public class Mapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mapper
public Mapper(MethodInfo methodInfo,
QueryType type,
String sql,
List<ParameterMapping> parameters,
List<ResultMapping> results)
getMethod
public MethodInfo getMethod()
getSql
public String getSql()
getQueryType
public QueryType getQueryType()
getParameters
public List<ParameterMapping> getParameters()
getResults
public List<ResultMapping> getResults()
getNumberOfConstructorParameters
public int getNumberOfConstructorParameters()
getConstructor
public Constructor<?> getConstructor()
acceptParameterMappers
public void acceptParameterMappers(MappingVisitor visitor)
acceptResultMappers
public void acceptResultMappers(MappingVisitor visitor)
printMappingInfo
public void printMappingInfo(OutputStream out)
getMaxParameterSqlIndex
public int getMaxParameterSqlIndex()
usesArray
public boolean usesArray()
Copyright © 2007 brunella ltd. All Rights Reserved.