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