Package | Description |
---|---|
org.castor.cpa.persistence.sql.connection | |
org.castor.jdo.conf | |
org.castor.jdo.util |
Constructor and Description |
---|
DriverConnectionFactory(Driver driver,
boolean useProxies)
Constructs a new DriverConnectionFactory with given database and mapping.
|
Modifier and Type | Method and Description |
---|---|
Driver |
DatabaseChoice.getDriver()
Returns the value of field 'driver'.
|
static Driver |
Driver.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseChoice.setDriver(Driver driver)
Sets the value of field 'driver'.
|
Modifier and Type | Method and Description |
---|---|
static Driver |
JDOConfFactory.createDriver(String driver,
String connect,
String user,
String password)
Create a JDO driver configuration from JDBC connection parameters.
|
Modifier and Type | Method and Description |
---|---|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver)
Create a database configuration with given name, engine and driver
configuration.
|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
String mapping)
Deprecated.
create database w/o mapping.
|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
String[] mappings)
Deprecated.
create database w/o mappings.
|
Copyright © 2014. All rights reserved.