Class EmpresaAmbientePatchDaoImpl
Object
AbstractJPADao<EmpresaAmbientePatch,Long>
EmpresaAmbientePatchDaoImpl
- All Implemented Interfaces:
Dao<EmpresaAmbientePatch,,Long> EmpresaAmbientePatchDao
@Repository
public class EmpresaAmbientePatchDaoImpl
extends AbstractJPADao<EmpresaAmbientePatch,Long>
implements EmpresaAmbientePatchDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEmpresaAmbientePatchgetByAmbienteAndChangeset(EmpresaAmbiente empresaAmbiente, PadraoChangesetEntity changeset) List<EmpresaAmbientePatch> getByChangeset(Integer changesetFk) getPatchStats(Integer patchId) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
EmpresaAmbientePatchDaoImpl
public EmpresaAmbientePatchDaoImpl()
-
-
Method Details
-
getByAmbienteAndChangeset
public EmpresaAmbientePatch getByAmbienteAndChangeset(EmpresaAmbiente empresaAmbiente, PadraoChangesetEntity changeset) - Specified by:
getByAmbienteAndChangesetin interfaceEmpresaAmbientePatchDao
-
getPatchStats
- Specified by:
getPatchStatsin interfaceEmpresaAmbientePatchDao
-
getByChangeset
- Specified by:
getByChangesetin interfaceEmpresaAmbientePatchDao
-