Package com.planetj.taste.impl.model.jdbc

Class Summary
AbstractJDBCDataModel An abstract superclass for JDBC-related DataModel implementations, providing most of the common functionality that any such implementation would need.
ConnectionPoolDataSource A wrapper DataSource which pools connections.
GenericJDBCDataModel A generic DataModel designed for use with other JDBC data sources; one just specifies all necessary SQL queries to the constructor here.
MySQLJDBCDataModel A DataModel backed by a MySQL database and accessed via JDBC.