Uses of Class
org.qubership.atp.environments.repo.mapper.EnvironmentMapper
Packages that use EnvironmentMapper
Package
Description
-
Uses of EnvironmentMapper in org.qubership.atp.environments.repo.impl
Constructors in org.qubership.atp.environments.repo.impl with parameters of type EnvironmentMapperModifierConstructorDescriptionEnvironmentRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<ProjectRepositoryImpl> projectRepo, javax.inject.Provider<SystemRepositoryImpl> systemRepo, javax.inject.Provider<ConnectionRepositoryImpl> connectionRepo, javax.inject.Provider<SystemCategoryRepositoryImpl> systemCategoryRepo, CommitEntityService<Environment> commitEntityService, KafkaService kafkaService, ContextRepository contextRepository, EnvironmentMapper mapper) TODO Make javadoc documentation for this method. -
Uses of EnvironmentMapper in org.qubership.atp.environments.repo.projections
Constructors in org.qubership.atp.environments.repo.projections with parameters of type EnvironmentMapperModifierConstructorDescriptionGenericEnvironmentProjection(EnvironmentRepositoryImpl repo, List<String> fields, EnvironmentMapper mapper) GenericEnvironmentProjection constructor.