Class ArquivoDaoImpl
Object
AbstractJPADao<Arquivo,Integer>
ArquivoDaoImpl
- All Implemented Interfaces:
Dao<Arquivo,,Integer> ArquivoDao
@Repository
public class ArquivoDaoImpl
extends AbstractJPADao<Arquivo,Integer>
implements ArquivoDao
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ArquivoDaoImpl
public ArquivoDaoImpl()
-
-
Method Details
-
createNewFileId
- Specified by:
createNewFileIdin interfaceArquivoDao
-