java.lang.Object
de.seggebaeing.sqlanalyzer.persistence.dao.DTODAO<LLMDTO>
de.seggebaeing.sqlanalyzer.persistence.dao.DAOImpl.LLMDAOImpl
All Implemented Interfaces:
DAO<LLMDTO>

public class LLMDAOImpl extends DTODAO<LLMDTO>
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
  • Method Details

    • getInstance

      public static LLMDAOImpl getInstance()
    • getDtoClass

      protected Class<LLMDTO> getDtoClass()
      Specifies the DTO type managed by this DAO.
      Specified by:
      getDtoClass in class DTODAO<LLMDTO>
      Returns:
      LLMDTO.class