Uses of Interface
net.officefloor.jdbc.datasource.DataSourceFactory
-
Packages that use DataSourceFactory Package Description net.officefloor.jdbc net.officefloor.jdbc.datasource net.officefloor.jdbc.h2 net.officefloor.jdbc.postgresql -
-
Uses of DataSourceFactory in net.officefloor.jdbc
Methods in net.officefloor.jdbc that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactoryAbstractJdbcManagedObjectSource. getDataSourceFactory(SourceContext context)Allows overriding to configure a differentDataSourceFactory. -
Uses of DataSourceFactory in net.officefloor.jdbc.datasource
Classes in net.officefloor.jdbc.datasource that implement DataSourceFactory Modifier and Type Class Description classDefaultDataSourceFactoryDefaultDataSourceFactory. -
Uses of DataSourceFactory in net.officefloor.jdbc.h2
Subinterfaces of DataSourceFactory in net.officefloor.jdbc.h2 Modifier and Type Interface Description interfaceH2DataSourceFactoryClasses in net.officefloor.jdbc.h2 that implement DataSourceFactory Modifier and Type Class Description classH2DataSourceManagedObjectSourceclassH2ReadOnlyConnectionManagedObjectSourceH2 read-onlyConnectionManagedObjectSource.Methods in net.officefloor.jdbc.h2 that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactoryH2DataSourceManagedObjectSource. getDataSourceFactory(SourceContext context)protected DataSourceFactoryH2ReadOnlyConnectionManagedObjectSource. getDataSourceFactory(SourceContext context) -
Uses of DataSourceFactory in net.officefloor.jdbc.postgresql
Subinterfaces of DataSourceFactory in net.officefloor.jdbc.postgresql Modifier and Type Interface Description interfacePostgreSqlDataSourceFactoryPostgreSqlDataSourceFactory.Classes in net.officefloor.jdbc.postgresql that implement DataSourceFactory Modifier and Type Class Description classPostgreSqlDataSourceManagedObjectSourcePostgreSQLDataSourceManagedObjectSource.classPostgreSqlReadOnlyConnectionManagedObjectSourcePostgreSQLConnectionManagedObjectSource.Methods in net.officefloor.jdbc.postgresql that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactoryPostgreSqlDataSourceManagedObjectSource. getDataSourceFactory(SourceContext context)protected DataSourceFactoryPostgreSqlReadOnlyConnectionManagedObjectSource. getDataSourceFactory(SourceContext context)
-