Class Summary |
BaseDao |
Base DAO class template, receive application context from service class |
BaseService |
Base service class template, receive application context from caller |
HibernateDao |
Base DAO class template for projects using hibernate, receive application
context from service class, not used now |
JdbcDao |
this class is abstract layer of JDBC actions, caller do not need to use connection or statement
or result set this class is define as abstract, so don't new a object of this class |
JdbcPageDao |
DAO base class, support JDBC, support paging. |