Package org.apache.ibatis.mapping
Interface SqlSource
- 
- All Known Implementing Classes:
 DynamicSqlSource,ProviderSqlSource,RawSqlSource,StaticSqlSource
public interface SqlSourceRepresents the content of a mapped statement read from an XML file or an annotation. It creates the SQL that will be passed to the database out of the input parameter received from the user.- Author:
 - Clinton Begin
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundSqlgetBoundSql(Object parameterObject) 
 -