All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coherentlogic.fred.client.db.integration.dao.DAOConstants Maven / Gradle / Ivy

There is a newer version: 2.0.3-RELEASE
Show newest version
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