- All Implemented Interfaces:
- org.mule.runtime.api.connection.ConnectionProvider<DbConnection>, org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Initialisable
@DisplayName(value="Generic Connection")
@Alias(value="generic")
@ExternalLib(name="JDBC Driver",
description="A JDBC driver which supports connecting to the Database",
fileName="(.*)\\.jar")
public class GenericConnectionProvider
extends DbConnectionProvider
ConnectionProvider that creates connections for any kind of database using a JDBC URL
and the required JDBC Driver Class