Class InProgressUserDAOImpl

  • All Implemented Interfaces:
    GenericDAO<InProgressUser>, InProgressUserDAO

    public class InProgressUserDAOImpl
    extends AbstractHibernateDAO<InProgressUser>
    implements InProgressUserDAO
    Hibernate implementation of the Database Access Object interface class for the InProgressUser object. This class is responsible for all database calls for the InProgressUser object and is autowired by Spring. This class should never be accessed directly.
    Author:
    kevinvandevelde at atmire.com