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

Quick Search    Search Deep

org.mentawai.db: Javadoc index of package org.mentawai.db.


Package Samples:

org.mentawai.db

Classes:

DBCPConnectionHandler: A connection handler that uses the Commons DBCP connection pool. (http://jakarta.apache.org/commons/dbcp/) To use this class you must have the DBCP jars in your /WEB-INF/lib directory. You may access the underlying DBCP's BasicDataSource to configure the pool, before you start calling getConnection().
C3P0ConnectionHandler: A connection handler that uses the C3P0 connection pool. (http://sourceforge.net/projects/c3p0) To use this class you must have the C3P0 jar in your /WEB-INF/lib directory. You may access the underlying C3P0's ComboPooledDataSource to configure the pool, before you start calling getConnection().
ConnectionHandler: This interface describes the behaviour of a Mentawai database connection provider. Classes implementing this interface may or may not use an underlying connection pool. This is a transparent way to get a connection to a database with Mentawai.
JNDIConnectionHandler: A connection handler that looks for a DataSource in a JNDI context. Use this class if you want to create a connection handler backed up by a DataSource which is bound to a JNDI context.
DataSourceConnectionHandler: A connection handler backed up by a javax.sql.DataSource . Use this class if you have a DataSource in hand and want to create a ConnectionHandler.

Home | Contact Us | Privacy Policy | Terms of Service