Uses of Interface
org.jivesoftware.database.ConnectionProvider
-
Packages that use ConnectionProvider Package Description org.jivesoftware.database Database connection code. -
-
Uses of ConnectionProvider in org.jivesoftware.database
Classes in org.jivesoftware.database that implement ConnectionProvider Modifier and Type Class Description class
DefaultConnectionProvider
Default Jive connection provider, which uses an internal connection pool.class
EmbeddedConnectionProvider
A connection provider for the embedded hsqlDB database.class
JNDIDataSourceProvider
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.Methods in org.jivesoftware.database that return ConnectionProvider Modifier and Type Method Description static ConnectionProvider
DbConnectionManager. getConnectionProvider()
Returns the current connection provider.Methods in org.jivesoftware.database with parameters of type ConnectionProvider Modifier and Type Method Description static void
DbConnectionManager. setConnectionProvider(ConnectionProvider provider)
Sets the connection provider.
-