Interface FileBinaryDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<FileBinaryEntity,Long>
- All Known Implementing Classes:
FileBinaryDAOImpl
public interface FileBinaryDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<FileBinaryEntity,Long>
Data Access Object layer for binary data files.
-
Method Summary
Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findFileBinaryByName
-