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

public class SampleQueryDAOImpl extends DTODAO<SampleQueryDTO>
DAO implementation for SampleQueryDTO.

Provides CRUD operations for sample query DTOs by extending DTODAO. This class is a singleton; use getInstance() to obtain the instance.

Since:
1.0
Author:
Felix Seggebäing