Interface PersonDao
- All Known Implementing Classes:
 OdmPersonDaoImpl,PersonDaoImpl
public interface PersonDao
Data Access Object interface for the Person entity.
- 
Method Summary
 
- 
Method Details
- 
create
 - 
update
 - 
delete
 - 
getAllPersonNames
 - 
findAll
 - 
findByPrimaryKey
 
 -