Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mentawai.db

Interface Summary
ConnectionHandler This interface describes the behaviour of a Mentawai database connection provider.
 

Class Summary
C3P0ConnectionHandler A connection handler that uses the C3P0 connection pool.
DataSourceConnectionHandler A connection handler backed up by a javax.sql.DataSource.
DBCPConnectionHandler A connection handler that uses the Commons DBCP connection pool.
JNDIConnectionHandler A connection handler that looks for a DataSource in a JNDI context.