Interface FileInfoDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<FileInfoEntity,Long>
All Known Implementing Classes:
FileInfoDAOImpl

public interface FileInfoDAO extends org.exoplatform.commons.api.persistence.GenericDAO<FileInfoEntity,Long>
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
  • Method Details