public abstract class AbstractPreparedStatementCachingDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements PreparedStatementCachingDao
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractPreparedStatementCachingDaoJdbc.InsertingJdbcWrapper<T> |
protected class |
AbstractPreparedStatementCachingDaoJdbc.JdbcWrapper<T> |
protected class |
AbstractPreparedStatementCachingDaoJdbc.RetrievingJdbcWrapper<T> |
protected class |
AbstractPreparedStatementCachingDaoJdbc.RetrievingListJdbcWrapper<T>
Retrieve list jdbc objects
|
protected class |
AbstractPreparedStatementCachingDaoJdbc.UpdatingJdbcWrapper<T> |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
INSERT_PREFIX |
protected Map<String,PreparedStatement> |
preparedStatementCache |
protected static String |
RETRIEVE_PREFIX |
protected static String |
UPDATE_PREFIX |
| Constructor and Description |
|---|
AbstractPreparedStatementCachingDaoJdbc() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected abstract Map<String,String> |
getSql() |
void |
initialize() |
getDbPlatform, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigprotected static final String RETRIEVE_PREFIX
protected static final String INSERT_PREFIX
protected static final String UPDATE_PREFIX
protected Map<String,PreparedStatement> preparedStatementCache
public AbstractPreparedStatementCachingDaoJdbc()
public void initialize()
initialize in interface PreparedStatementCachingDaopublic void destroy()
destroy in interface PreparedStatementCachingDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.