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

Packages that use BambooObjectDao
com.atlassian.bamboo.author   
com.atlassian.bamboo.build.branch   
com.atlassian.bamboo.buildqueue.dao   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.persistence3   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.vcsRevision   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.security.trustedapplications   
com.atlassian.bamboo.variable   
 

Uses of BambooObjectDao in com.atlassian.bamboo.author
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.author
 interface AuthorDao
           
 

Classes in com.atlassian.bamboo.author that implement BambooObjectDao
 class AuthorHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.build.branch
 

Classes in com.atlassian.bamboo.build.branch that implement BambooObjectDao
 class BranchCommitInformationHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.buildqueue.dao
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.buildqueue.dao
 interface RemoteAgentAuthenticationDao
          Data access object to remote agent authentication.
 

Classes in com.atlassian.bamboo.buildqueue.dao that implement BambooObjectDao
 class RemoteAgentAuthenticationHibernateDao
          Hibernate implementation of RemoteAgentAuthenticationDao.
 

Uses of BambooObjectDao in com.atlassian.bamboo.chains
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.chains
 interface ChainStageDao
           
 

Classes in com.atlassian.bamboo.chains that implement BambooObjectDao
 class ChainStageHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.commit
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.commit
 interface CommitDao
           
 

Classes in com.atlassian.bamboo.commit that implement BambooObjectDao
 class CommitHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.persistence3
 

Classes in com.atlassian.bamboo.persistence3 that implement BambooObjectDao
 class BambooHibernateObjectDao<T extends BambooObject>
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.persister
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.persister
 interface AuditLogDao
           
 

Classes in com.atlassian.bamboo.persister that implement BambooObjectDao
 class HibernateAuditLogDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.plan
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan
 interface PlanDao
          DAO Manager for Plan
 

Classes in com.atlassian.bamboo.plan that implement BambooObjectDao
 class PlanHibernateDao<T extends Plan>
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.plan.artifact
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.artifact
 interface ArtifactDefinitionDao
           
 interface ArtifactSubscriptionDao
           
 interface ConsumedSubscriptionDao
           
 

Classes in com.atlassian.bamboo.plan.artifact that implement BambooObjectDao
 class ArtifactDefinitionHibernateDao
           
 class ArtifactSubscriptionHibernateDao
           
 class ConsumedSubscriptionHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.plan.branch
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.branch
 interface BranchCommitInformationDao
           
 interface VcsBranchDao
           
 

Classes in com.atlassian.bamboo.plan.branch that implement BambooObjectDao
 class VcsBranchHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.plan.vcsRevision
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.vcsRevision
 interface PlanVcsRevisionHistoryDao
           
 interface PlanVcsRevisionHistoryStandaloneDao
           
 

Classes in com.atlassian.bamboo.plan.vcsRevision that implement BambooObjectDao
 class PlanVcsRevisionHistoryHibernateDao
           
 class PlanVcsRevisionHistoryHibernateStandaloneDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.repository
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.repository
 interface PlanRepositoryLinkDao
           
 interface RepositoryDefinitionDao
          Dao for RepositoryDataEntity
 

Classes in com.atlassian.bamboo.repository that implement BambooObjectDao
 class PlanRepositoryLinkHibernateDao
           
 class RepositoryDefinitionHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary
 interface BuildResultsSummaryDao
           
 

Classes in com.atlassian.bamboo.resultsummary that implement BambooObjectDao
 class BuildResultsSummaryHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary.vcs
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary.vcs
 interface RepositoryChangesetDao
           
 

Classes in com.atlassian.bamboo.resultsummary.vcs that implement BambooObjectDao
 class RepositoryChangesetHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.security.trustedapplications
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.security.trustedapplications
 interface BambooTrustedApplicationDao
           
 

Classes in com.atlassian.bamboo.security.trustedapplications that implement BambooObjectDao
 class BambooTrustedApplicationsHibernateDao
           
 

Uses of BambooObjectDao in com.atlassian.bamboo.variable
 

Subinterfaces of BambooObjectDao in com.atlassian.bamboo.variable
 interface VariableDefinitionDao
           
 

Classes in com.atlassian.bamboo.variable that implement BambooObjectDao
 class VariableDefinitionHibernateDao
           
 



Copyright © 2012 Atlassian. All Rights Reserved.