Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate 2.1.8
Package:
net.sf.hibernate.connection
Interface
public
interface
ConnectionProvider
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Gavin King
A strategy for obtaining JDBC connections.
Implementors might also implement connection pooling.
The
ConnectionProvider
interface is not intended to be exposed to the application. Instead it is used internally by Hibernate to obtain connections.
Implementors should provide a public default constructor.
See also
ConnectionProviderFactory
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Implementors might also implement connection pooling.
The ConnectionProvider interface is not intended to be exposed to the application. Instead it is used internally by Hibernate to obtain connections.
Implementors should provide a public default constructor.