Uses of Interface
com.atlassian.bamboo.bandana.BandanaItemDao
Packages that use BandanaItemDao
Package
Description
-
Uses of BandanaItemDao in com.atlassian.bamboo.bandana
Classes in com.atlassian.bamboo.bandana that implement BandanaItemDaoConstructors in com.atlassian.bamboo.bandana with parameters of type BandanaItemDaoModifierConstructorDescriptionBandanaPersisterImpl(XStreamManager xStreamManager, BandanaItemDao bandanaItemDao) DefaultBandanaPersister(BandanaItemDao bandanaItemDao) -
Uses of BandanaItemDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type BandanaItemDaoModifierConstructorDescriptionprotectedBandanaItemMapper(org.hibernate.SessionFactory sessionFactory, BandanaItemDao bandanaItemDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of BandanaItemDao in com.atlassian.bamboo.upgrade
Constructors in com.atlassian.bamboo.upgrade with parameters of type BandanaItemDaoModifierConstructorDescriptionUpgradeManagerImpl(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String fileName) protectedUpgradeManagerImpl(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String newBuildNumber, @NotNull String fileName)