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