public class ScenarioDAO extends Object implements GenericScenarioDAO
| Constructor and Description |
|---|
ScenarioDAO() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jdbc.core.JdbcTemplate |
getJdbcTemplate() |
org.springframework.transaction.support.TransactionTemplate |
getTransactionTemplate() |
List<Scenario> |
listScenarios() |
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
void |
setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate) |
public List<Scenario> listScenarios()
listScenarios in interface GenericScenarioDAOpublic org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
public org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
public void setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Copyright © 2016. All Rights Reserved.