Class OrderedAttributeRepository
java.lang.Object
org.qubership.atp.dataset.db.AbstractRepository
org.qubership.atp.dataset.db.AttributeRepository
org.qubership.atp.dataset.migration.repo.OrderedAttributeRepository
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.db.AttributeRepository
queryFactoryFields inherited from class org.qubership.atp.dataset.db.AbstractRepository
AK, ATTR, DS, DSL, DSLABEL, DSLLABEL, FILTER_DS_LABELS, FILTER_DSL_LABELS, FILTERS, LABEL, LV, PARAM, TEST_PLAN, VA -
Constructor Summary
ConstructorsConstructorDescriptionOrderedAttributeRepository(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<DataSetListRepository> dslRepo, javax.inject.Provider<ParameterRepository> paramRepo, javax.inject.Provider<ListValueRepository> lvRepo, CacheRepository cacheRepo) -
Method Summary
Methods inherited from class org.qubership.atp.dataset.db.AttributeRepository
create, delete, existsById, getAll, getById, getByParentId, getByParentId, getEagerByParentId, select, update, update, updateDslRef, updateOrdering, updateTypeDslId
-
Constructor Details
-
OrderedAttributeRepository
public OrderedAttributeRepository(@Nonnull com.querydsl.sql.SQLQueryFactory queryFactory, @Nonnull javax.inject.Provider<DataSetListRepository> dslRepo, @Nonnull javax.inject.Provider<ParameterRepository> paramRepo, @Nonnull javax.inject.Provider<ListValueRepository> lvRepo, @Nonnull CacheRepository cacheRepo)
-
-
Method Details