public class FileInfoDAOImpl extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<FileInfoEntity,Long> implements FileInfoDAO
| Constructor and Description |
|---|
FileInfoDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfoEntity> |
findAllByPage(int offset,
int limit) |
List<FileInfoEntity> |
findDeletedFiles(Date date) |
List<FileInfoEntity> |
findFilesByChecksum(String checksum) |
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic List<FileInfoEntity> findDeletedFiles(Date date)
findDeletedFiles in interface FileInfoDAOpublic List<FileInfoEntity> findFilesByChecksum(String checksum)
findFilesByChecksum in interface FileInfoDAOpublic List<FileInfoEntity> findAllByPage(int offset, int limit)
findAllByPage in interface FileInfoDAOCopyright © 2003–2018 eXo Platform SAS. All rights reserved.