Class PessoaDaoImpl
- All Implemented Interfaces:
PessoaDao
-
Field Summary
Fields inherited from class JdbcDao
jdbcTemplate, platform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociarProcessoAPessoa(Long processoId, Integer pessoaId) PessoabooleanisProcessoAssociadoPessoa(Long processoId, Integer pessoaId) voidremoverVinculoProcessoAPessoa(Long processoId, Integer pessoaId) Methods inherited from class JdbcDao
getJdbcTemplate, getPlatform, setJdbcTemplate, setPlatform
-
Constructor Details
-
PessoaDaoImpl
public PessoaDaoImpl()
-
-
Method Details
-
getPessoaPorId
- Specified by:
getPessoaPorIdin interfacePessoaDao
-
isProcessoAssociadoPessoa
@Transactional(propagation=REQUIRED) public boolean isProcessoAssociadoPessoa(Long processoId, Integer pessoaId) - Specified by:
isProcessoAssociadoPessoain interfacePessoaDao
-
associarProcessoAPessoa
@Transactional(propagation=REQUIRED) public void associarProcessoAPessoa(Long processoId, Integer pessoaId) - Specified by:
associarProcessoAPessoain interfacePessoaDao
-
removerVinculoProcessoAPessoa
@Transactional(propagation=REQUIRED) public void removerVinculoProcessoAPessoa(Long processoId, Integer pessoaId) - Specified by:
removerVinculoProcessoAPessoain interfacePessoaDao
-