Interface FileDAO

  • All Superinterfaces:
    GenericDAO<com.flower.docs.domain.file.DocumentFile>

    public interface FileDAO
    extends GenericDAO<com.flower.docs.domain.file.DocumentFile>
    Data Access Object allowing to manage persistence and access to DocumentFile domain objects
    Author:
    Christopher Laszczuk