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 DataSourceFactory
AbstractJdbcManagedObjectSource. 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 class
DefaultDataSourceFactory
DefaultDataSourceFactory
. -
Uses of DataSourceFactory in net.officefloor.jdbc.h2
Subinterfaces of DataSourceFactory in net.officefloor.jdbc.h2 Modifier and Type Interface Description interface
H2DataSourceFactory
Classes in net.officefloor.jdbc.h2 that implement DataSourceFactory Modifier and Type Class Description class
H2DataSourceManagedObjectSource
class
H2ReadOnlyConnectionManagedObjectSource
H2 read-onlyConnectionManagedObjectSource
.Methods in net.officefloor.jdbc.h2 that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactory
H2DataSourceManagedObjectSource. getDataSourceFactory(SourceContext context)
protected DataSourceFactory
H2ReadOnlyConnectionManagedObjectSource. getDataSourceFactory(SourceContext context)
-
Uses of DataSourceFactory in net.officefloor.jdbc.postgresql
Subinterfaces of DataSourceFactory in net.officefloor.jdbc.postgresql Modifier and Type Interface Description interface
PostgreSqlDataSourceFactory
PostgreSqlDataSourceFactory
.Classes in net.officefloor.jdbc.postgresql that implement DataSourceFactory Modifier and Type Class Description class
PostgreSqlDataSourceManagedObjectSource
PostgreSQLDataSourceManagedObjectSource
.class
PostgreSqlReadOnlyConnectionManagedObjectSource
PostgreSQLConnectionManagedObjectSource
.Methods in net.officefloor.jdbc.postgresql that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactory
PostgreSqlDataSourceManagedObjectSource. getDataSourceFactory(SourceContext context)
protected DataSourceFactory
PostgreSqlReadOnlyConnectionManagedObjectSource. getDataSourceFactory(SourceContext context)
-