Search in sources :

Example 1 with FBManagedConnectionFactory

use of org.firebirdsql.jca.FBManagedConnectionFactory in project jaybird by FirebirdSQL.

the class FBTestProperties method createFBManagedConnectionFactory.

public static FBManagedConnectionFactory createFBManagedConnectionFactory(@SuppressWarnings("UnusedParameters") ConnectionManager cm) {
    FBManagedConnectionFactory mcf = new FBManagedConnectionFactory(getGdsType());
    mcf.setDefaultConnectionManager(new InternalConnectionManager());
    return mcf;
}
Also used : FBManagedConnectionFactory(org.firebirdsql.jca.FBManagedConnectionFactory) InternalConnectionManager(org.firebirdsql.jca.InternalConnectionManager)

Aggregations

FBManagedConnectionFactory (org.firebirdsql.jca.FBManagedConnectionFactory)1 InternalConnectionManager (org.firebirdsql.jca.InternalConnectionManager)1