Package org.qubership.atp.dataset.db
Class AttributePathRepository
java.lang.Object
org.qubership.atp.dataset.db.AbstractRepository
org.qubership.atp.dataset.db.AttributePathRepository
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.base.Joinerstatic final com.google.common.base.SplitterFields 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
ConstructorsConstructorDescriptionAttributePathRepository(javax.inject.Provider<ParameterRepository> paramRepo, com.querydsl.sql.SQLQueryFactory queryFactory) AttributePathRepository. -
Method Summary
Modifier and TypeMethodDescriptionvoidonDsDeleteCascade(UUID dataSetId) attribute_key can be without parameter, and needs to be deleted.
-
Field Details
-
SPLITTER
public static final com.google.common.base.Splitter SPLITTER -
JOINER
public static final com.google.common.base.Joiner JOINER
-
-
Constructor Details
-
AttributePathRepository
@Autowired public AttributePathRepository(@Nonnull javax.inject.Provider<ParameterRepository> paramRepo, @Nonnull com.querydsl.sql.SQLQueryFactory queryFactory) AttributePathRepository.- Parameters:
queryFactory- is used for creating sql queries.
-
-
Method Details
-
onDsDeleteCascade
attribute_key can be without parameter, and needs to be deleted.
-