Module de.seggebaeing.sqlanalyzer
Class GeneratedQueryDAOImpl
java.lang.Object
de.seggebaeing.sqlanalyzer.persistence.dao.DTODAO<GeneratedQueryDTO>
de.seggebaeing.sqlanalyzer.persistence.dao.DAOImpl.GeneratedQueryDAOImpl
- All Implemented Interfaces:
DAO<GeneratedQueryDTO>
DAO implementation for
GeneratedQueryDTO
.
Provides CRUD operations for generated 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
<GeneratedQueryDTO> Specifies the DTO type managed by this DAO.static GeneratedQueryDAOImpl
-
Method Details
-
getInstance
-
getDtoClass
Specifies the DTO type managed by this DAO.- Specified by:
getDtoClass
in classDTODAO<GeneratedQueryDTO>
- Returns:
GeneratedQueryDTO.class
-