org.castor.cpa.persistence.sql.connection
public final class DriverConnectionFactory extends java.lang.Object implements ConnectionFactory
Constructor and Description |
---|
DriverConnectionFactory(Driver driver,
boolean useProxies)
Constructs a new DriverConnectionFactory with given database and mapping.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
createConnection()
Creates a new JDBC Connection instance.
|
void |
initializeFactory()
Initialize the concrete factory.
|
public DriverConnectionFactory(Driver driver, boolean useProxies)
driver
- Driver configuration.useProxies
- Wrap JDBC connections by proxies?public void initializeFactory() throws MappingException
initializeFactory
in interface ConnectionFactory
MappingException
- If concrete factory could not be initialized.public java.sql.Connection createConnection() throws java.sql.SQLException
createConnection
in interface ConnectionFactory
java.sql.SQLException
- If the JDBC connection cannot be created.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com