public class DriverManagerConnectionCreator extends BasicConnectionCreator
DriverManager.getConnection(java.lang.String, java.util.Properties)
to generate ConnectionsConstructor and Description |
---|
DriverManagerConnectionCreator(ServiceRegistryImplementor serviceRegistry,
String url,
Properties connectionProps,
Boolean autocommit,
Integer isolation) |
Modifier and Type | Method and Description |
---|---|
protected Connection |
makeConnection(String url,
Properties connectionProps) |
convertSqlException, createConnection, getUrl
public DriverManagerConnectionCreator(ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, Boolean autocommit, Integer isolation)
protected Connection makeConnection(String url, Properties connectionProps)
makeConnection
in class BasicConnectionCreator
Copyright © 2021 JBoss by Red Hat. All rights reserved.