public class GetConfigurationsInTransaction extends Object implements org.springframework.transaction.support.TransactionCallback<List<BonitaConfiguration>>
| Constructor and Description |
|---|
GetConfigurationsInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
long tenantId,
ConfigurationType type) |
| Modifier and Type | Method and Description |
|---|---|
List<BonitaConfiguration> |
doInTransaction(org.springframework.transaction.TransactionStatus status) |
public GetConfigurationsInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
long tenantId,
ConfigurationType type)
public List<BonitaConfiguration> doInTransaction(org.springframework.transaction.TransactionStatus status)
doInTransaction in interface org.springframework.transaction.support.TransactionCallback<List<BonitaConfiguration>>Copyright © 2017 Bonitasoft. All rights reserved.