Uses of Interface
org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider2
Packages that use IJDBCConnectionProvider2
-
Uses of IJDBCConnectionProvider2 in org.eclnt.jsfserver.streamstore
Methods in org.eclnt.jsfserver.streamstore that return IJDBCConnectionProvider2Modifier and TypeMethodDescriptionStreamStoreJDBC.getConnectionProvider()
static IJDBCConnectionProvider2
JDBCConnectionProviderFactory.getProvider2()
protected IJDBCConnectionProvider2
StreamStoreJDBC.retrieveConnectionProvider()
Central method for retrieving connection provider.Methods in org.eclnt.jsfserver.streamstore with parameters of type IJDBCConnectionProvider2Modifier and TypeMethodDescriptionvoid
StreamStoreJDBC.setConnectionProvider
(IJDBCConnectionProvider2 connectionProvider) Explicitly set connection provider - e.g. to use this class in JUnit testing.