public class PersonDaoImpl extends Object implements PersonDao
PersonDaoImpl()
void
delete(Long primaryKey)
PersonDTO
findByPK(Long pk)
protected PersonDTO
mapRecordToPerson(ResultSet rs)
Long
save(PersonDTO data)
List<PersonDTO>
select()
update(PersonDTO data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PersonDaoImpl()
public List<PersonDTO> select()
select
PersonDao
public void delete(Long primaryKey)
delete
public PersonDTO findByPK(Long pk)
findByPK
public Long save(PersonDTO data)
save
public void update(PersonDTO data)
update
protected PersonDTO mapRecordToPerson(ResultSet rs) throws SQLException
SQLException
Copyright © 2018 OSGi Alliance. All rights reserved.