| Package | Description |
|---|---|
| org.castor.jdo.engine | |
| org.exolab.castor.persist |
The Castor persistence engine handles object persistence, object
caching, transaction concurrency and locking.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseContext |
DatabaseRegistry.getDatabaseContext(String name)
Get the ConnectionFactory for the given database name.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseContext |
LockEngine.getDatabaseContext() |
| Modifier and Type | Method and Description |
|---|---|
LockEngine |
PersistenceEngineFactory.createEngine(DatabaseContext databaseContext,
ClassDescriptorResolver cdResolver,
PersistenceFactory persistenceFactory)
Creates and returns a new persistence engine.
|
| Constructor and Description |
|---|
LockEngine(DatabaseContext databaseContext,
ClassDescriptorResolver cdResolver,
PersistenceFactory persistenceFactory)
Construct a new cache engine with the specified mapping table,
persistence engine and the log interceptor.
|
Copyright © 2014. All rights reserved.