|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseContext | |
|---|---|
| org.castor.jdo.engine | |
| org.exolab.castor.persist | The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. |
| Uses of DatabaseContext in org.castor.jdo.engine |
|---|
| Methods in org.castor.jdo.engine that return DatabaseContext | |
|---|---|
static DatabaseContext |
DatabaseRegistry.getDatabaseContext(String name)
Get the ConnectionFactory for the given database name. |
| Uses of DatabaseContext in org.exolab.castor.persist |
|---|
| Methods in org.exolab.castor.persist that return DatabaseContext | |
|---|---|
DatabaseContext |
LockEngine.getDatabaseContext()
|
| Methods in org.exolab.castor.persist with parameters of type DatabaseContext | |
|---|---|
LockEngine |
PersistenceEngineFactory.createEngine(DatabaseContext databaseContext,
ClassDescriptorResolver cdResolver,
PersistenceFactory persistenceFactory)
Creates and returns a new persistence engine. |
| Constructors in org.exolab.castor.persist with parameters of type DatabaseContext | |
|---|---|
LockEngine(DatabaseContext databaseContext,
ClassDescriptorResolver cdResolver,
PersistenceFactory persistenceFactory)
Construct a new cache engine with the specified mapping table, persistence engine and the log interceptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||