Class DaoProvider

java.lang.Object
de.xima.fc.dao.DaoProvider

public final class DaoProvider extends Object
Keeps a static reference to all DAO (data access object) instances. Each constant name must conform to the pattern EntityClass.getSimpleName().toUpperCase()_DAO.