Class HibernateHistoryDAO<T extends History>

java.lang.Object
com.logicaldoc.core.HibernatePersistentObjectDAO<T>
com.logicaldoc.core.history.HibernateHistoryDAO<T>
Type Parameters:
T - Class of the implementation of a History this DAO handles
All Implemented Interfaces:
PersistentObjectDAO<T>
Direct Known Subclasses:
HibernateDocumentHistoryDAO, HibernateFolderHistoryDAO, HibernateUserHistoryDAO, HibernateWebserviceCallDAO

public abstract class HibernateHistoryDAO<T extends History> extends HibernatePersistentObjectDAO<T> implements PersistentObjectDAO<T>
Parent of all DAOs that handle histories
Since:
9.0.1
Author:
Alessandro Gasparini - LogicalDOC