Package | Description |
---|---|
org.castor.cpa.persistence.sql.connection | |
org.castor.jdo.engine | |
org.exolab.castor.jdo |
The Java Data Objects API
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceConnectionFactory |
class |
DriverConnectionFactory |
class |
JNDIConnectionFactory |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
DatabaseContext.getConnectionFactory() |
Constructor and Description |
---|
DatabaseContext(JdoConf jdoConf,
int index,
Mapping mapping,
ConnectionFactory factory)
Constructs a new AbstractConnectionFactory with given database and mapping.
|
DatabaseContext(String name,
String engine,
Mapping mapping,
TransactionManager txManager,
ConnectionFactory factory)
Constructs a new AbstractConnectionFactory with given name, engine and mapping.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JDOManager.getConnectionFactory()
Returns the ConnectionFactory for this JDOManager instance.
|
Copyright © 2014. All rights reserved.