Uses of Class
net.officefloor.jdbc.ReadOnlyConnectionManagedObjectSource
-
Packages that use ReadOnlyConnectionManagedObjectSource Package Description net.officefloor.jdbc.h2 net.officefloor.jdbc.postgresql net.officefloor.jdbc.test -
-
Uses of ReadOnlyConnectionManagedObjectSource in net.officefloor.jdbc.h2
Subclasses of ReadOnlyConnectionManagedObjectSource in net.officefloor.jdbc.h2 Modifier and Type Class Description class
H2ReadOnlyConnectionManagedObjectSource
H2 read-onlyConnectionManagedObjectSource
. -
Uses of ReadOnlyConnectionManagedObjectSource in net.officefloor.jdbc.postgresql
Subclasses of ReadOnlyConnectionManagedObjectSource in net.officefloor.jdbc.postgresql Modifier and Type Class Description class
PostgreSqlReadOnlyConnectionManagedObjectSource
PostgreSQLConnectionManagedObjectSource
. -
Uses of ReadOnlyConnectionManagedObjectSource in net.officefloor.jdbc.test
Methods in net.officefloor.jdbc.test that return types with arguments of type ReadOnlyConnectionManagedObjectSource Modifier and Type Method Description protected abstract java.lang.Class<? extends ReadOnlyConnectionManagedObjectSource>
AbstractJdbcTestCase. getReadOnlyConnectionManagedObjectSourceClass()
Obtains theReadOnlyConnectionManagedObjectSource
Class
being tested.
-