Package | Description |
---|---|
org.castor.jdo.conf | |
org.castor.jdo.engine | |
org.castor.jdo.util | |
org.exolab.castor.jdo |
The Java Data Objects API
|
Modifier and Type | Method and Description |
---|---|
static JdoConf |
JdoConf.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseRegistry.loadDatabase(JdoConf jdoConf,
EntityResolver resolver,
ClassLoader loader,
String baseURI)
Creates a entry for every database and associates them with their name in a
map.
|
static void |
DatabaseRegistry.loadDatabase(JdoConf jdoConf,
EntityResolver resolver,
ClassLoader loader,
String baseURI,
JDOClassDescriptorResolver classDescriptorResolver)
Creates a entry for every database and associates them with their name in
a map.
|
Constructor and Description |
---|
DatabaseContext(JdoConf jdoConf,
int index,
Mapping mapping,
ConnectionFactory factory)
Constructs a new AbstractConnectionFactory with given database and mapping.
|
Modifier and Type | Method and Description |
---|---|
static JdoConf |
JDOConfFactory.createJdoConf(Database database)
Create a JDO configuration with local transaction demarcation and given database.
|
static JdoConf |
JDOConfFactory.createJdoConf(Database[] databases)
Create a JDO configuration with local transaction demarcation and given databases.
|
static JdoConf |
JDOConfFactory.createJdoConf(Database[] databases,
TransactionDemarcation tx)
Create a JDO configuration with given databases and transaction demarcation.
|
static JdoConf |
JDOConfFactory.createJdoConf(Database database,
TransactionDemarcation tx)
Create a JDO configuration with given database and transaction demarcation.
|
static JdoConf |
JDOConfFactory.createJdoConf(InputSource source,
EntityResolver resolver,
ClassLoader loader)
Creates a JdoConf instance from a SAX InputSource, using a Castor XML
Unmarshaller.
|
Constructor and Description |
---|
JDOConfAdapter(JdoConf jdoConf) |
Modifier and Type | Method and Description |
---|---|
static void |
JDOManager.loadConfiguration(JdoConf jdoConf,
ClassLoader loader,
String baseURI)
Load the JDOManager configuration from the specified in-memory JdoConf.
|
static void |
JDOManager.loadConfiguration(JdoConf jdoConf,
EntityResolver resolver,
ClassLoader loader,
String baseURI)
Load the JDOManager configuration from the specified in-memory JdoConf.
|
static void |
JDOManager.loadConfiguration(JdoConf jdoConf,
String baseURI)
Load the JDOManager configuration from the specified in-memory JdoConf.
|
Copyright © 2013. All rights reserved.