Class DriverManagerConnectionCreator

java.lang.Object
org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionCreator
All Implemented Interfaces:
ConnectionCreator

public class DriverManagerConnectionCreator extends BasicConnectionCreator
A specialized ConnectionCreator which uses DriverManager.getConnection(String, Properties) to obtain JDBC connections.