Package com.epam.ta.reportportal.dao
Class AttributeRepositoryCustomImpl
- java.lang.Object
-
- com.epam.ta.reportportal.dao.AttributeRepositoryCustomImpl
-
- All Implemented Interfaces:
AttributeRepositoryCustom
@Repository public class AttributeRepositoryCustomImpl extends java.lang.Object implements AttributeRepositoryCustom
-
-
Constructor Summary
Constructors Constructor Description AttributeRepositoryCustomImpl(org.jooq.DSLContext dsl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Attribute>getDefaultProjectAttributes()
-
-
-
Method Detail
-
getDefaultProjectAttributes
public java.util.Set<Attribute> getDefaultProjectAttributes()
- Specified by:
getDefaultProjectAttributesin interfaceAttributeRepositoryCustom
-
-