|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.deployments.results.variable.DeploymentVariableSubstitutionDaoImpl
public class DeploymentVariableSubstitutionDaoImpl
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
DeploymentVariableSubstitutionDaoImpl()
|
Method Summary | |
---|---|
int |
delete(DeploymentResultDeletionAdapter deletionAdapter)
Delete DeploymentVariableSubstitution records related to DeploymentResults limited by DeletionSQLAdapter.getInClause() |
java.util.List<DeploymentVariableSubstitution> |
getVariableSubstitutionsForDeploymentResult(long deploymentResultId)
|
void |
save(DeploymentVariableSubstitution deploymentVariableSubstitution)
|
Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport |
---|
getCacheAwareHibernateTemplate |
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentVariableSubstitutionDaoImpl()
Method Detail |
---|
public int delete(@NotNull DeploymentResultDeletionAdapter deletionAdapter)
DeploymentVariableSubstitutionDao
DeletionSQLAdapter.getInClause()
delete
in interface DeploymentVariableSubstitutionDao
deletionAdapter
- DeletionSQLAdapter.getInClause()
should provide range of DeploymentResults
@NotNull public java.util.List<DeploymentVariableSubstitution> getVariableSubstitutionsForDeploymentResult(long deploymentResultId)
getVariableSubstitutionsForDeploymentResult
in interface DeploymentVariableSubstitutionDao
public void save(DeploymentVariableSubstitution deploymentVariableSubstitution)
save
in interface DeploymentVariableSubstitutionDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |