B C D F G I L N O P R S T V

B

buildFromResultSet(SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior, ResultSet, Object, String[]) - Method in interface net.sqlind.SQLQueryMapper.SQLBeanAccess
 

C

clazz - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 
clearCache() - Method in class net.sqlind.SQLQueryMapper
Remove all entries from the LRU cache
close() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
Close the query context

D

doForEach(ResultSet) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.ResultSetFecthedBehaviour
Called for each result.
doForEachRecord(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior
 
doForEachRecord(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
Call for each records
doForEachRecord(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior
 
doForEachRupture(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior
 
doForEachRupture(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
Call each time first level field values have changed
doForEachRupture(T) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior
 
doForEachSubRupture(Object) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior
 
doForEachSubRupture(Object) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
Call each time sub level field values have changed
dumpQuery() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 

F

fetch(ResultSet) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 
fetch(ResultSet) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.ResultSetFecthedBehaviour
 
fetch(ResultSet) - Method in interface net.sqlind.SQLQueryMapper.QueryBehavior
 
fillInParametersFromBean(Object) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
Deprecated.  
fillInPreparedStatement(PreparedStatement, HashMap<String, Object>) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
 

G

getBeanList(Connection, Class) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform a query using the 'one bean per rupture' wiring behavior
getColumns() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getContext() - Static method in class net.sqlind.SQLQueryMapper
 
getException(SQLQueryMapper.Errors, Throwable, String...) - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getID() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getInjectedSQL() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
getInjectPoints() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
getInjectPoints() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getInstance() - Static method in class net.sqlind.SQLQueryMapper
 
getNewBean() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 
getParamBindingString(String) - Method in class net.sqlind.SQLQueryMapper
 
getParameters() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getQuery(String, String, String...) - Method in class net.sqlind.SQLQueryMapper
 
getSimpleResult(Connection) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform a query and return a single result from the first record
getSimpleResultList(Connection, Class) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform a query and return a simple type result list
getSingleBeanList(Connection, Class) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform a query using the 'one bean per record' wiring behavior
getSQL() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
getSQL() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getSQLQuery(String, String, String, String...) - Method in class net.sqlind.SQLQueryMapper
Retrieve a given SQL query
getSQLWithParameters() - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
getWiringPolicy() - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
getWiringPolicyClass(Class<Z>) - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 

I

injectPointValues - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
instances - Static variable in class net.sqlind.SQLQueryMapper
 

L

list - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior
 
log - Static variable in class net.sqlind.SQLQueryMapper
 

N

net.sqlind - package net.sqlind
 

O

objBean - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 

P

parameterValues - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
performInjection(HashMap<String, String>) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
performSelectQuery(Connection, SQLQueryMapper.QueryBehavior) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform a select over DB using current query definition.
performUpdateQuery(Connection) - Method in class net.sqlind.SQLQueryMapper.SQLQueryHandler
Perform an update over DB using current query definition.
ps - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 

R

rs - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 
rs - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 

S

setCacheSize(int) - Method in class net.sqlind.SQLQueryMapper
Defines the LRU policy cache size
setInjection(String, String) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
Map a value to a given insert point.
setParameter(String, Object) - Method in class net.sqlind.SQLQueryMapper.GenericQueryHandler
Map a value to the given parameter
setSQL(String) - Method in interface net.sqlind.SQLQueryMapper.SQLQueryTemplate
 
shrinkSQL(String, List<SQLQueryMapper.InjectPoint>) - Static method in class net.sqlind.SQLQueryMapper
 
SQLind - Annotation Type in net.sqlind
SQLInd data bean annotation.
SQLQueryMapper - Class in net.sqlind
SQLind
SQLQueryMapper(String) - Constructor for class net.sqlind.SQLQueryMapper
 
SQLQueryMapper() - Constructor for class net.sqlind.SQLQueryMapper
 
SQLQueryMapper.Errors - Enum in net.sqlind
 
SQLQueryMapper.GenericQueryHandler - Class in net.sqlind
Handle a query execution context
SQLQueryMapper.GenericQueryHandler(SQLQueryMapper.SQLQueryTemplate) - Constructor for class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior<T> - Class in net.sqlind
Generic query result bean list wiring implementation.
SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior(Class<T>, List<T>) - Constructor for class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior
 
SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior<T> - Class in net.sqlind
Generic query result bean wiring implementation
SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior(Class<T>) - Constructor for class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
 
SQLQueryMapper.GenericQueryHandler.ResultSetFecthedBehaviour - Class in net.sqlind
Generic query result set fetching implementation
SQLQueryMapper.GenericQueryHandler.ResultSetFecthedBehaviour() - Constructor for class net.sqlind.SQLQueryMapper.GenericQueryHandler.ResultSetFecthedBehaviour
 
SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior<T> - Class in net.sqlind
Generic query result bean list wiring implementation.
SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior(Class<T>, List<T>) - Constructor for class net.sqlind.SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior
 
SQLQueryMapper.InjectPoint - Class in net.sqlind
Structure class to define an insert point in a query
SQLQueryMapper.QueryBehavior - Interface in net.sqlind
Generic query result fetching interface
SQLQueryMapper.SQLBeanAccess - Interface in net.sqlind
 
SQLQueryMapper.SQLMapperException - Exception in net.sqlind
Generic exception throws by the API.
SQLQueryMapper.SQLMapperException(String, Throwable) - Constructor for exception net.sqlind.SQLQueryMapper.SQLMapperException
 
SQLQueryMapper.SQLMapperException(String) - Constructor for exception net.sqlind.SQLQueryMapper.SQLMapperException
 
SQLQueryMapper.SQLQueryHandler - Class in net.sqlind
 
SQLQueryMapper.SQLQueryHandler(SQLQueryMapper.SQLQueryTemplate) - Constructor for class net.sqlind.SQLQueryMapper.SQLQueryHandler
 
SQLQueryMapper.SQLQueryTemplate - Interface in net.sqlind
Represents a SQL template definition
SQLQueryMapper.Tracer - Interface in net.sqlind
Util interface to handle logging stream

T

template - Variable in class net.sqlind.SQLQueryMapper.GenericQueryHandler
 
toString() - Method in class net.sqlind.SQLQueryMapper.InjectPoint
 
trace(String) - Method in interface net.sqlind.SQLQueryMapper.Tracer
 
tunePreparedStatement(PreparedStatement) - Method in class net.sqlind.SQLQueryMapper
 

V

valueOf(String) - Static method in enum net.sqlind.SQLQueryMapper.Errors
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sqlind.SQLQueryMapper.Errors
Returns an array containing the constants of this enum type, in the order they're declared.

B C D F G I L N O P R S T V

Copyright © 2014. All Rights Reserved.