Default value: "com.lutris.appserver.server.sql.StandardDBConnectionFactory".
File: configuration file.
Context: Connection.
If this parameter is set to full class name of class that implements AbstractDBConnectionFactory interface, DODS will use this class to create database connection factory. If parameter is not set, DODS will use default AbstractDBConnectionFactory implementation - StandardDBConnectionFactory.
Current possible values (implementations classes) for this parameter are:
"com.lutris.appserver.server.sql.StandardDBConnectionFactory" (default),
"com.lutris.appserver.server.sql.SimpleDBConnectionFactory" - needed to support "SimpleConnectionAllocator" (see "ConnectionAllocator" parameter reference),
"com.lutris.appserver.server.sql.DataSourceDBConnectionFactory" - needed to support "DataSourceConnectionAllocator" (see "ConnectionAllocator" parameter reference),
"com.lutris.appserver.server.sql.SimpleDataSourceDBConnectionFactory" - needed to support "SimpleDataSourceConnectionAllocator" (see "ConnectionAllocator" parameter reference).
Example:
DatabaseManager.DB.<LogicalDatabaseName>.Connection.ConnectionFactory = "com.lutris.appserver.server.sql.StandardConnectionAllocator"