| Package | Description |
|---|---|
| org.castor.cpa.jpa.info | |
| org.castor.cpa.util | |
| org.exolab.castor.persist |
The Castor persistence engine handles object persistence, object
caching, transaction concurrency and locking.
|
| org.exolab.castor.xml |
The XML Marshaller API
|
| org.exolab.castor.xml.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
InfoToDescriptorConverter.convert(ClassInfo classInfo,
ClassDescriptorResolver cdr,
ClassDescriptorImpl descriptor)
This method converts a
ClassInfo to a ClassDescriptorImpl
. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JDOClassDescriptorResolver
JDO-specific
ClassDescriptorResolver instance that provides functionality
to find or "resolve" ClassDescriptors from a given class (name). |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOClassDescriptorResolverImpl
JDO-specific
ClassDescriptorResolver instance that provides
functionality to find or "resolve" ClassDescriptors from a given
class (name). |
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLClassDescriptorResolver
An interface for finding or "resolving" XMLClassDescriptor classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassDescriptorResolver |
ClassDescriptorResolverFactory.createClassDescriptorResolver(BindingType type)
Returns the matching
ClassDescriptorResolver instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLClassDescriptorResolverImpl
The default implementation of the ClassDescriptorResolver interface.
|
Copyright © 2014. All rights reserved.