Class PoolTaskDAOImpl

  • All Implemented Interfaces:
    GenericDAO<PoolTask>, PoolTaskDAO

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