net.sqlind
Interface SQLQueryMapper.SQLQueryTemplate

Enclosing class:
SQLQueryMapper

public static interface SQLQueryMapper.SQLQueryTemplate

Represents a SQL template definition


Method Summary
 List<String> getColumns()
           
 SQLQueryMapper.SQLMapperException getException(SQLQueryMapper.Errors err, Throwable originalException, String... infos)
           
 String getID()
           
 List<SQLQueryMapper.InjectPoint> getInjectPoints()
           
 List<String> getParameters()
           
 String getSQL()
           
 net.sqlind.SQLQueryMapper.WiringPolicies getWiringPolicy()
           
<Z> net.sqlind.SQLQueryMapper.SQLQuery.WiringPolicy<Z>
getWiringPolicyClass(Class<Z> clazz)
           
 void setSQL(String queryString)
           
 

Method Detail

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 © 2011. All Rights Reserved.