Skip to content

A DAO demo with several modules: ConfigurationHelper、JDBCHelper

Notifications You must be signed in to change notification settings

Freejourney/DAO-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO-Demo

This a basic implementation of DAO.

include :

  • ConfigurationManager, which loads properties from a external file to its Properties class.
  • JDBCHelper, which is a singleton with a datasource, single and batch executives with call-back function.
  • IDAO and DAOImpl

About

A DAO demo with several modules: ConfigurationHelper、JDBCHelper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages