@ProviderType
public interface AddressDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Long personId) |
AddressDTO |
findByPK(String emailAddress) |
void |
save(Long personId,
AddressDTO data) |
List<AddressDTO> |
select(Long personId) |
void |
update(Long personId,
AddressDTO data) |
List<AddressDTO> select(Long personId)
AddressDTO findByPK(String emailAddress)
void save(Long personId, AddressDTO data)
void update(Long personId, AddressDTO data)
void delete(Long personId)
Copyright © 2018 OSGi Alliance. All rights reserved.