|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.domain.control.AbstractControlDAOImpl
org.alfresco.repo.domain.control.ibatis.ControlDAOImpl
public class ControlDAOImpl
iBatis-specific, DB-agnostic implementation for connection controlling DAO.
Nested Class Summary | |
---|---|
static class |
ControlDAOImpl.PostgreSQL
PostgreSQL-specific implementation for control DAO. |
Field Summary | |
---|---|
protected org.springframework.orm.ibatis.SqlMapClientTemplate |
template
The iBatis-specific template for convenient statement execution. |
Constructor Summary | |
---|---|
ControlDAOImpl()
|
Method Summary | |
---|---|
void |
executeBatch()
Execute statements that were queued for batching. |
void |
setSqlMapClientTemplate(org.springframework.orm.ibatis.SqlMapClientTemplate sqlMapClientTemplate)
|
void |
startBatch()
Begin batching prepared statements for later execution. |
Methods inherited from class org.alfresco.repo.domain.control.AbstractControlDAOImpl |
---|
createSavepoint, releaseSavepoint, rollbackToSavepoint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.springframework.orm.ibatis.SqlMapClientTemplate template
Constructor Detail |
---|
public ControlDAOImpl()
Method Detail |
---|
public void setSqlMapClientTemplate(org.springframework.orm.ibatis.SqlMapClientTemplate sqlMapClientTemplate)
public void startBatch()
ControlDAO
ControlDAO.executeBatch()
public void executeBatch()
ControlDAO
ControlDAO.startBatch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |