| Package | Description |
|---|---|
| org.castor.cpa.persistence.sql.connection | |
| org.castor.jdo.conf | |
| org.castor.jdo.util |
| Constructor and Description |
|---|
JNDIConnectionFactory(Jndi jndi,
boolean useProxies)
Constructs a new JNDIConnectionFactory with given database and mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Jndi |
DatabaseChoice.getJndi()
Returns the value of field 'jndi'.
|
static Jndi |
Jndi.unmarshal(Reader reader)
Method unmarshal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseChoice.setJndi(Jndi jndi)
Sets the value of field 'jndi'.
|
| Modifier and Type | Method and Description |
|---|---|
static Jndi |
JDOConfFactory.createJNDI(String name)
Create a JDO jndi configuration with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Jndi jndi)
Create a database configuration with given name, engine and JNDI
configuration.
|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Jndi jndi,
String mapping)
Deprecated.
create database w/o mapping.
|
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
Jndi jndi,
String[] mappings)
Deprecated.
create database w/o mappings.
|
Copyright © 2014. All rights reserved.