|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.persistence.sql.connection.JNDIConnectionFactory
public final class JNDIConnectionFactory
| Constructor Summary | |
|---|---|
JNDIConnectionFactory(Jndi jndi,
boolean useProxies)
Constructs a new JNDIConnectionFactory with given database and mapping. |
|
| Method Summary | |
|---|---|
java.sql.Connection |
createConnection()
Creates a new JDBC Connection instance. |
void |
initializeFactory()
Initialize the concrete factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JNDIConnectionFactory(Jndi jndi,
boolean useProxies)
jndi - JNDI configuration.useProxies - Wrap JDBC connections by proxies?| Method Detail |
|---|
public void initializeFactory()
throws MappingException
initializeFactory in interface ConnectionFactoryMappingException - If concrete factory could not be initialized.
public java.sql.Connection createConnection()
throws java.sql.SQLException
createConnection in interface ConnectionFactoryjava.sql.SQLException - If the JDBC connection cannot be created.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||