public interface StudentDAO
Modifier and Type | Method and Description |
---|---|
Student |
create(Student student) |
List<Student> |
find(int index,
int count) |
List<Student> |
find(String queryName,
int index,
int count) |
List<Student> |
find(String queryName,
Map<String,Object> params,
int index,
int count) |
Student |
get(long id) |
Student |
remove(Student student) |
Student |
update(Student student) |
Student get(long id) throws StudentDAOException
StudentDAOException
Student create(Student student) throws StudentDAOException
StudentDAOException
Student update(Student student) throws StudentDAOException
StudentDAOException
Student remove(Student student) throws StudentDAOException
StudentDAOException
List<Student> find(int index, int count) throws StudentDAOException
StudentDAOException
List<Student> find(String queryName, int index, int count) throws StudentDAOException
StudentDAOException
List<Student> find(String queryName, Map<String,Object> params, int index, int count) throws StudentDAOException
StudentDAOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.