Uses of Interface
org.frankframework.jdbc.IDataSourceFactory
Packages that use IDataSourceFactory
Package
Description
-
Uses of IDataSourceFactory in org.frankframework.jdbc
Methods in org.frankframework.jdbc that return IDataSourceFactoryMethods in org.frankframework.jdbc with parameters of type IDataSourceFactoryModifier and TypeMethodDescriptionvoid
JdbcFacade.setDataSourceFactory
(IDataSourceFactory dataSourceFactory) -
Uses of IDataSourceFactory in org.frankframework.jdbc.datasource
Classes in org.frankframework.jdbc.datasource that implement IDataSourceFactoryModifier and TypeClassDescriptionclass
class
Factory through which (TX-enabled) DataSources can be retrieved.class
Factory through which (TX-enabled) Pooling DataSources can be retrieved. -
Uses of IDataSourceFactory in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration with parameters of type IDataSourceFactoryModifier and TypeMethodDescriptionvoid
AbstractDatabaseMigrator.setDataSourceFactory
(IDataSourceFactory dataSourceFactory) -
Uses of IDataSourceFactory in org.frankframework.jta.narayana
Classes in org.frankframework.jta.narayana that implement IDataSourceFactory