Class CollectionRoleDAOImpl

  • All Implemented Interfaces:
    GenericDAO<CollectionRole>, CollectionRoleDAO

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