Class HandleDAOImpl

  • All Implemented Interfaces:
    GenericDAO<Handle>, HandleDAO

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