Class LDNMessageDaoImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<LDNMessageEntity>
org.dspace.app.ldn.dao.impl.LDNMessageDaoImpl
All Implemented Interfaces:
LDNMessageDao, GenericDAO<LDNMessageEntity>

public class LDNMessageDaoImpl extends AbstractHibernateDAO<LDNMessageEntity> implements LDNMessageDao
Hibernate implementation of the Database Access Object interface class for the LDNMessage object. This class is responsible for all database calls for the LDNMessage object and is autowired by spring
Author:
Mohamed Eskander (mohamed.eskander at 4science.com)