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, rollbackToSavepoint
protected org.mybatis.spring.SqlSessionTemplate template
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
public void startBatch()
ControlDAO
ControlDAO.executeBatch()
public void executeBatch()
ControlDAO
ControlDAO.startBatch()
public int setTransactionIsolationLevel(int isolationLevel)
ControlDAO
setTransactionIsolationLevel
in interface ControlDAO
setTransactionIsolationLevel
in class AbstractControlDAOImpl
isolationLevel
- the transaction isolation levelCopyright © 2005–2017 Alfresco Software. All rights reserved.