Uses of Class
org.qubership.atp.dataset.db.AttributeRepository
Packages that use AttributeRepository
-
Uses of AttributeRepository in org.qubership.atp.dataset.db
Constructors in org.qubership.atp.dataset.db with parameters of type AttributeRepositoryModifierConstructorDescriptionprotectedParameterRepository(com.querydsl.sql.SQLQueryFactory queryFactory, DataSetRepository dsRepo, ListValueRepository lvRepo, AttributeRepository attrRepo, AttributePathRepository attrPathRepo, GridFsRepository gridFsRepoProvider, CacheRepository cacheRepo, ClearCacheService clearCacheService) Constructor parameters in org.qubership.atp.dataset.db with type arguments of type AttributeRepositoryModifierConstructorDescriptionListValueRepository(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<AttributeRepository> attrRepo, javax.inject.Provider<ParameterRepository> paramRepo, CacheRepository cacheRepo) AttributeRepository. -
Uses of AttributeRepository in org.qubership.atp.dataset.service.direct.impl
Constructors in org.qubership.atp.dataset.service.direct.impl with parameters of type AttributeRepositoryModifierConstructorDescriptionAttributeServiceImpl(ListValueRepository listValueRepository, AttributeRepository attributeRepository, javax.inject.Provider<DataSetListService> dslServiceProvider, com.fasterxml.jackson.databind.ObjectMapper mapper, DateAuditorService dateAuditorService, DataSetListSnapshotService dataSetListSnapshotService, ParameterRepository parameterRepository, JpaAttributesSortEnabledRepository jpaAttributesSortEnabledRepository, ClearCacheService clearCacheService) Constructor with autowire.