Class SimpleDataSource

java.lang.Object
org.seasar.doma.jdbc.SimpleDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class SimpleDataSource extends Object implements DataSource
A simple data source that creates Connection by using DriverManager.getConnection(String, Properties).

It is assumed that this object is used only in simple applications. In production environment, you should use the DataSource implementation that provides connection pooling.