|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A more advanced SQL map client interface
Method Summary | |
SqlMapExecutorDelegate |
getDelegate()
Get the SQL delegate |
MappedStatement |
getMappedStatement(java.lang.String id)
Get a mapped statement by ID |
ResultObjectFactory |
getResultObjectFactory()
|
SqlExecutor |
getSqlExecutor()
Get the SQL executor |
boolean |
isEnhancementEnabled()
Get the status of CGLib enhancements |
boolean |
isLazyLoadingEnabled()
Get the status of lazy loading |
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapClient |
flushDataCache, flushDataCache, getSession, openSession, openSession |
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapExecutor |
delete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, update |
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapTransactionManager |
commitTransaction, endTransaction, getCurrentConnection, getDataSource, getUserConnection, setUserConnection, startTransaction, startTransaction |
Method Detail |
public SqlMapExecutorDelegate getDelegate()
public MappedStatement getMappedStatement(java.lang.String id)
id
- - the ID
public SqlExecutor getSqlExecutor()
public boolean isLazyLoadingEnabled()
public boolean isEnhancementEnabled()
public ResultObjectFactory getResultObjectFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |