Uses of Interface
com.atlassian.bamboo.persistence3.DeletionSQLAdapter

Packages that use DeletionSQLAdapter
com.atlassian.bamboo.comment   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.variable   
 

Uses of DeletionSQLAdapter in com.atlassian.bamboo.comment
 

Methods in com.atlassian.bamboo.comment with parameters of type DeletionSQLAdapter
 int CommentHibernateDao.deleteByEntityId(DeletionSQLAdapter deletionAdapter)
           
 int CommentDao.deleteByEntityId(DeletionSQLAdapter deletionAdapter)
          Delete Comments related to an entity.
 

Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.environments.persistence
 

Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.environments.persistence
 interface EnvironmentDeletionAdapter
           
 

Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.results.persistence
 

Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.results.persistence
 interface DeploymentResultDeletionAdapter
           
 

Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.versions.persistence
 

Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.versions.persistence
 interface DeploymentVersionDeletionAdapter
           
 

Uses of DeletionSQLAdapter in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type DeletionSQLAdapter
 int VariableDefinitionHibernateDao.deleteByDeploymentVersion(DeletionSQLAdapter deletionAdapter)
           
 int VariableDefinitionDao.deleteByDeploymentVersion(DeletionSQLAdapter deletionAdapter)
          Delete VariableDefinitions related to DeploymentVersions.
 int VariableDefinitionHibernateDao.deleteByEnvironment(DeletionSQLAdapter deletionAdapter)
           
 int VariableDefinitionDao.deleteByEnvironment(DeletionSQLAdapter deletionAdapter)
          Delete VariableDefinitions related to Environments.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.