public class ControlDAOImpl extends AbstractControlDAOImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ControlDAOImpl.PostgreSQL
PostgreSQL-specific implementation for control DAO.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.mybatis.spring.SqlSessionTemplate |
template
The myBatis-specific template for convenient statement execution.
|
| Constructor and Description |
|---|
ControlDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeBatch()
Execute statements that were queued for batching.
|
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
int |
setTransactionIsolationLevel(int isolationLevel)
Change the current transaction isolation level.
|
void |
startBatch()
Begin batching prepared statements for later execution.
|
createSavepoint, releaseSavepoint, rollbackToSavepointprotected org.mybatis.spring.SqlSessionTemplate template
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
public void startBatch()
ControlDAOControlDAO.executeBatch()public void executeBatch()
ControlDAOControlDAO.startBatch()public int setTransactionIsolationLevel(int isolationLevel)
ControlDAOsetTransactionIsolationLevel in interface ControlDAOsetTransactionIsolationLevel in class AbstractControlDAOImplisolationLevel - the transaction isolation levelCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.