com.coherentlogic.fred.client.db.integration.dao.DAOConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fred-client-db-int Show documentation
Show all versions of fred-client-db-int Show documentation
Integration of the FRED Client with the h2 database for
testing purposes.
package com.coherentlogic.fred.client.db.integration.dao;
/**
* Constants used exclusively by data access objects (DAOs).
*
* @author Support
*/
public class DAOConstants {
public static final String
CATEGORIES_DAO = "categoriesDAO",
OBSERVATIONS_DAO = "observationsDAO",
RELEASE_DATES_DAO = "releaseDatesDAO",
RELEASES_DAO = "releasesDAO",
SERIESS_DAO = "seriessDAO",
SOURCES_DAO = "sourcesDAO",
VINTAGE_DATES_DAO = "vintageDatesDAO",
TAGS_DAO = "tagsDAO";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy