Class VersionHistoryDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<VersionHistory>
org.dspace.versioning.dao.impl.VersionHistoryDAOImpl
All Implemented Interfaces:
GenericDAO<VersionHistory>, VersionHistoryDAO

public class VersionHistoryDAOImpl extends AbstractHibernateDAO<VersionHistory> implements VersionHistoryDAO
Hibernate implementation of the Database Access Object interface class for the VersionHistory object. This class is responsible for all database calls for the VersionHistory object and is autowired by spring This class should never be accessed directly.
Author:
Fabio Bolognesi (fabio at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com), kevinvandevelde at atmire.com