Class SubscriptionDAOImpl

  • All Implemented Interfaces:
    GenericDAO<Subscription>, SubscriptionDAO

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