Uses of Interface
com.atlassian.bamboo.migration.beans.MapperFactory
-
Packages that use MapperFactory Package Description com.atlassian.bamboo.migration.beans com.atlassian.bamboo.migration.stream.build -
-
Uses of MapperFactory in com.atlassian.bamboo.migration.beans
Classes in com.atlassian.bamboo.migration.beans that implement MapperFactory Modifier and Type Class Description class
MapperFactoryImpl
-
Uses of MapperFactory in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type MapperFactory Constructor Description ProjectChainMapper(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, @NotNull PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
ProjectMapper(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, RssProjectPermissionDao rssProjectPermissionDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-