Class WebAppDAOImpl

  • All Implemented Interfaces:
    WebAppDAO, GenericDAO<WebApp>

    public class WebAppDAOImpl
    extends AbstractHibernateDAO<WebApp>
    implements WebAppDAO
    Hibernate implementation of the Database Access Object interface class for the WebApp object. This class is responsible for all database calls for the WebApp object and is autowired by spring This class should never be accessed directly.
    Author:
    kevinvandevelde at atmire.com
    • Constructor Detail

      • WebAppDAOImpl

        protected WebAppDAOImpl()