Uses of Class
net.sqlind.SQLQueryMapper.SQLMapperException

Uses of SQLQueryMapper.SQLMapperException in net.sqlind
 

Methods in net.sqlind that return SQLQueryMapper.SQLMapperException
 SQLQueryMapper.SQLMapperException SQLQueryMapper.SQLQueryTemplate.getException(net.sqlind.SQLQueryMapper.Errors err, Throwable originalException, String... infos)
           
 

Methods in net.sqlind that throw SQLQueryMapper.SQLMapperException
 void SQLQueryMapper.SQLQueryHandler.fillInParametersFromBean(Object bean)
          Try to set the value of query parameters using the given bean
<T> T
SQLQueryMapper.SQLQueryHandler.getSingleResult(Connection cnx)
          Perform a query and return a single result from the first record
 SQLQueryMapper.SQLQueryHandler SQLQueryMapper.getSQLQuery(String file, String schema, String id, String... params)
          Retrieve a given query for a template context (schema, parameters...)
<Z> net.sqlind.SQLQueryMapper.SQLQuery.WiringPolicy<Z>
SQLQueryMapper.SQLQueryTemplate.getWiringPolicyClass(Class<Z> clazz)
           
 void SQLQueryMapper.SQLQueryHandler.performSelectQuery(Connection cnx, SQLQueryMapper.QueryBehavior behaviour)
          Perform a select over DB using current query definition.
 void SQLQueryMapper.SQLQueryHandler.performUpdateQuery(Connection cnx)
          Perform an update over DB using current query definition.
 void SQLQueryMapper.SQLQueryHandler.setInjection(String injectPointId, String value)
          Map a value to a given insert point.
 void SQLQueryMapper.SQLQueryHandler.setParameter(String paramId, Object value)
          Map a value to the given parameter
 

Constructors in net.sqlind that throw SQLQueryMapper.SQLMapperException
SQLQueryMapper.SQLQueryHandler.BeanListWiringBehavior(Class<T> clazz, List<T> list)
           
SQLQueryMapper.SQLQueryHandler.BeanWiringBehavior(Class<T> clazz)
           
SQLQueryMapper.SQLQueryHandler.SingleBeanListWiringBehavior(Class<T> clazz, List<T> list)
           
 



Copyright © 2011. All Rights Reserved.