Uses of Interface
com.atlassian.bamboo.user.cleanup.CrowdDeletedEntityDao
-
Packages that use CrowdDeletedEntityDao Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.user.cleanup -
-
Uses of CrowdDeletedEntityDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type CrowdDeletedEntityDao Constructor Description CrowdDeletedEntityMapper(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations transactionOperations, CrowdDeletedEntityDao crowdDeletedEntityDao)
-
Uses of CrowdDeletedEntityDao in com.atlassian.bamboo.user.cleanup
Classes in com.atlassian.bamboo.user.cleanup that implement CrowdDeletedEntityDao Modifier and Type Class Description class
CrowdDeletedEntityHibernateDao
Constructors in com.atlassian.bamboo.user.cleanup with parameters of type CrowdDeletedEntityDao Constructor Description CrowdDeletedEntityCleanupServiceImpl(BambooUserManager bambooUserManager, CrowdDeletedEntityDao crowdDeletedEntityDao)
CrowdDeletedEntityEventListener(CrowdDeletedEntityDao crowdDeletedEntityDao)
-