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

public class GeneratedQueryDAOImpl extends DTODAO<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