public class

ConnectionFactory

extends Object
java.lang.Object
   ↳ org.mybatis.generator.internal.db.ConnectionFactory

Class Overview

This class assumes that classes are cached elsewhere for performance reasons, but also to make sure that any native libraries are only loaded one time (avoids the dreaded UnsatisfiedLinkError library loaded in another classloader)

Summary

Public Methods
Connection getConnection(JDBCConnectionConfiguration config)
static ConnectionFactory getInstance()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Connection getConnection (JDBCConnectionConfiguration config)

Throws
SQLException

public static ConnectionFactory getInstance ()