com.rapidtransform.doc.dao
Interface DocumentDAO

All Superinterfaces:
DAO, GenericDAO<Document,java.lang.Long>
All Known Implementing Classes:
DocumentDAOHibernate

public interface DocumentDAO
extends GenericDAO<Document,java.lang.Long>

Author:
Steve

Method Summary
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save