public class AddressDaoImpl extends Object implements AddressDao
| Constructor and Description |
|---|
AddressDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Long personId) |
AddressDTO |
findByPK(String pk) |
protected AddressDTO |
mapRecordToAddress(ResultSet rs) |
void |
save(Long personId,
AddressDTO data) |
List<AddressDTO> |
select(Long personId) |
void |
update(Long personId,
AddressDTO data) |
public List<AddressDTO> select(Long personId)
select in interface AddressDaopublic AddressDTO findByPK(String pk)
findByPK in interface AddressDaopublic void save(Long personId, AddressDTO data)
save in interface AddressDaopublic void update(Long personId, AddressDTO data)
update in interface AddressDaopublic void delete(Long personId)
delete in interface AddressDaoprotected AddressDTO mapRecordToAddress(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2018 OSGi Alliance. All rights reserved.