Module de.seggebaeing.sqlanalyzer
Class SampleQueryDAOImpl
java.lang.Object
de.seggebaeing.sqlanalyzer.persistence.dao.DTODAO<SampleQueryDTO>
de.seggebaeing.sqlanalyzer.persistence.dao.DAOImpl.SampleQueryDAOImpl
- All Implemented Interfaces:
DAO<SampleQueryDTO>
DAO implementation for
SampleQueryDTO
.
Provides CRUD operations for sample query DTOs by extending
DTODAO
. This class is a singleton; use
getInstance()
to obtain the instance.
- Since:
- 1.0
- Author:
- Felix Seggebäing
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<SampleQueryDTO> Specifies the DTO type managed by this DAO.static SampleQueryDAOImpl
-
Method Details
-
getInstance
-
getDtoClass
Specifies the DTO type managed by this DAO.- Specified by:
getDtoClass
in classDTODAO<SampleQueryDTO>
- Returns:
SampleQueryDTO.class
-