Class PadraoChangesetDaoImpl
Object
AbstractJPADao<PadraoChangesetEntity,Integer>
PadraoChangesetDaoImpl
- All Implemented Interfaces:
Dao<PadraoChangesetEntity,,Integer> PadraoChangesetDao
@Repository
public class PadraoChangesetDaoImpl
extends AbstractJPADao<PadraoChangesetEntity,Integer>
implements PadraoChangesetDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPadraoChangesetEntitygetChangeset(Integer id) List<PadraoChangesetEntity> getChangesetPerfil(PerfilExportacaoEntity perfil) List<PadraoChangesetEntity> getChangesetPerfil(Integer idPerfil) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
PadraoChangesetDaoImpl
public PadraoChangesetDaoImpl()
-
-
Method Details
-
getChangesetPerfil
- Specified by:
getChangesetPerfilin interfacePadraoChangesetDao
-
getChangesetPerfil
- Specified by:
getChangesetPerfilin interfacePadraoChangesetDao
-
getChangeset
- Specified by:
getChangesetin interfacePadraoChangesetDao
-