| Package | Description | 
|---|---|
| org.skife.jdbi.v2 | Start with  DBIandHandle | 
| org.skife.jdbi.v2.spring | 
    Classes here provide integration hooks for working with the Spring framework. | 
| org.skife.jdbi.v2.sqlobject.stringtemplate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClasspathStatementLocatorlooks for [name], then [name].sql on the classpath | 
| Modifier and Type | Method and Description | 
|---|---|
| protected StatementLocator | SQLStatement. getStatementLocator() | 
| StatementLocator | DBI. getStatementLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SQLStatement. setStatementLocator(StatementLocator locator)Override the statement locator used for this statement | 
| void | Handle. setStatementLocator(StatementLocator locator)Allows for overiding the default statement locator. | 
| void | DBI. setStatementLocator(StatementLocator locator)Use a non-standard StatementLocator to look up named statements for all
 handles created from this DBi instance. | 
| SelfType | SQLStatement. setStatementLocator2(StatementLocator locator)Exactly the same as setStatementLocator but returns self. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DBIFactoryBean. setStatementLocator(StatementLocator statementLocator) | 
| Constructor and Description | 
|---|
| DBIFactoryBean(DataSource dataSource,
              StatementLocator statementLocator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StringTemplate3StatementLocator | 
Copyright © 2018. All rights reserved.