|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Driver | |
|---|---|
| org.castor.cpa.persistence.sql.connection | |
| org.castor.jdo.conf | |
| org.castor.jdo.util | |
| Uses of Driver in org.castor.cpa.persistence.sql.connection |
|---|
| Constructors in org.castor.cpa.persistence.sql.connection with parameters of type Driver | |
|---|---|
DriverConnectionFactory(Driver driver,
boolean useProxies)
Constructs a new DriverConnectionFactory with given database and mapping. |
|
| Uses of Driver in org.castor.jdo.conf |
|---|
| Methods in org.castor.jdo.conf that return Driver | |
|---|---|
Driver |
DatabaseChoice.getDriver()
Returns the value of field 'driver'. |
static Driver |
Driver.unmarshal(Reader reader)
Method unmarshal. |
| Methods in org.castor.jdo.conf with parameters of type Driver | |
|---|---|
void |
DatabaseChoice.setDriver(Driver driver)
Sets the value of field 'driver'. |
| Uses of Driver in org.castor.jdo.util |
|---|
| Methods in org.castor.jdo.util that return Driver | |
|---|---|
static Driver |
JDOConfFactory.createDriver(String driver,
String connect,
String user,
String password)
Create a JDO driver configuration from JDBC connection parameters. |
| Methods in org.castor.jdo.util with parameters of type Driver | |
|---|---|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
Mapping mapping)
Deprecated. Pass mapping URL's to createDatabase() methods instead. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
Mapping[] mappings)
Deprecated. Pass mapping URL's to createDatabase() methods instead. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
String mapping)
Create a database configuration with given name, engine and driver configuration. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Driver driver,
String[] mappings)
Create a database configuration with given name, engine and driver configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||