Class DownloadTemporarioDaoImpl
Object
AbstractJPADao<DownloadTemporario,Long>
DownloadTemporarioDaoImpl
- All Implemented Interfaces:
Dao<DownloadTemporario,,Long> DownloadTemporarioDao
@Repository
public class DownloadTemporarioDaoImpl
extends AbstractJPADao<DownloadTemporario,Long>
implements DownloadTemporarioDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDownloadTemporarioList<DownloadTemporario> getDownloadsAllowedToBeRemoved(int limit) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
DownloadTemporarioDaoImpl
public DownloadTemporarioDaoImpl()
-
-
Method Details
-
getByUUID
- Specified by:
getByUUIDin interfaceDownloadTemporarioDao
-
getDownloadsAllowedToBeRemoved
- Specified by:
getDownloadsAllowedToBeRemovedin interfaceDownloadTemporarioDao
-