|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ConnectionProvider | A strategy for obtaining JDBC connections. |
Class Summary | |
---|---|
C3P0ConnectionProvider | A connection provider that uses a C3P0 connection pool. |
ConnectionProviderFactory | Instantiates a connection provider given either System properties or a java.util.Properties instance. |
DatasourceConnectionProvider | A connection provider that uses a DataSource registered with JNDI. |
DriverManagerConnectionProvider | A connection provider that uses java.sql.DriverManager. |
ProxoolConnectionProvider | A connection provider that uses a Proxool connection pool. |
UserSuppliedConnectionProvider | An implementation of the |
This package abstracts the mechanism for obtaining a JDBC connection.
A concrete implementation of ConnectionProvider may be selected by specifying hibernate.connection.provider_class.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |