Class SubscriptionParameterDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<SubscriptionParameter>
org.dspace.eperson.dao.impl.SubscriptionParameterDAOImpl
All Implemented Interfaces:
GenericDAO<SubscriptionParameter>, SubscriptionParameterDAO

public class SubscriptionParameterDAOImpl extends AbstractHibernateDAO<SubscriptionParameter> implements SubscriptionParameterDAO
Hibernate implementation of the Database Access Object interface class for the SubscriptionParameter object. This class is responsible for all database calls for the SubscriptionParameter object and is autowired by spring This class should never be accessed directly.
Author:
Alba Aliu at atis.al
  • Constructor Details

    • SubscriptionParameterDAOImpl

      protected SubscriptionParameterDAOImpl()