Uses of Class
org.qubership.atp.dataset.db.ListValueRepository
Packages that use ListValueRepository
-
Uses of ListValueRepository in org.qubership.atp.dataset.db
Constructors in org.qubership.atp.dataset.db with parameters of type ListValueRepositoryModifierConstructorDescriptionprotectedParameterRepository(com.querydsl.sql.SQLQueryFactory queryFactory, DataSetRepository dsRepo, ListValueRepository lvRepo, AttributeRepository attrRepo, AttributePathRepository attrPathRepo, GridFsRepository gridFsRepoProvider, CacheRepository cacheRepo, ClearCacheService clearCacheService) -
Uses of ListValueRepository in org.qubership.atp.dataset.service.direct.impl
Constructors in org.qubership.atp.dataset.service.direct.impl with parameters of type ListValueRepositoryModifierConstructorDescriptionAttributeServiceImpl(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.