net.sqlind
Interface SQLQueryMapper.SQLQueryTemplate
- Enclosing class:
- SQLQueryMapper
public static interface SQLQueryMapper.SQLQueryTemplate
Represents a SQL template definition
getParameters
List<String> getParameters()
getInjectPoints
List<SQLQueryMapper.InjectPoint> getInjectPoints()
getSQL
String getSQL()
setSQL
void setSQL(String queryString)
getWiringPolicy
net.sqlind.SQLQueryMapper.WiringPolicies getWiringPolicy()
getID
String getID()
getColumns
List<String> getColumns()
getWiringPolicyClass
<Z> net.sqlind.SQLQueryMapper.SQLQuery.WiringPolicy<Z> getWiringPolicyClass(Class<Z> clazz)
throws SQLQueryMapper.SQLMapperException
- Throws:
SQLQueryMapper.SQLMapperException
getException
SQLQueryMapper.SQLMapperException getException(SQLQueryMapper.Errors err,
Throwable originalException,
String... infos)
Copyright © 2012. All Rights Reserved.