Package com.epam.ta.reportportal.dao
Class ServerSettingsRepositoryCustomImpl
- java.lang.Object
-
- com.epam.ta.reportportal.dao.ServerSettingsRepositoryCustomImpl
-
- All Implemented Interfaces:
ServerSettingsRepositoryCustom
@Repository public class ServerSettingsRepositoryCustomImpl extends java.lang.Object implements ServerSettingsRepositoryCustom
-
-
Constructor Summary
Constructors Constructor Description ServerSettingsRepositoryCustomImpl(org.jooq.DSLContext dsl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ServerSettings>selectServerSettings()
-
-
-
Method Detail
-
selectServerSettings
public java.util.List<ServerSettings> selectServerSettings()
- Specified by:
selectServerSettingsin interfaceServerSettingsRepositoryCustom
-
-