Package | Description |
---|---|
org.castor.cpa.persistence.sql.driver | |
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
org.exolab.castor.persist |
The Castor persistence engine handles object persistence, object
caching, transaction concurrency and locking.
|
org.exolab.castor.persist.spi |
Defines the interfaces for persistence engine service providers.
|
Modifier and Type | Method and Description |
---|---|
Persistence |
BaseFactory.getPersistence(ClassDescriptor clsDesc)
Returns a persistence implementation for the specified object
type (given its descriptor) on behalf of the specified cache
engine.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLEngine
The SQL engine performs persistence of one object type against one
SQL database.
|
Modifier and Type | Method and Description |
---|---|
Persistence |
ClassMolder.getPersistence()
Get the Persisetence of the base type.
|
Persistence |
LockEngine.getPersistence(Class cls) |
Modifier and Type | Method and Description |
---|---|
Persistence |
PersistenceFactory.getPersistence(ClassDescriptor clsDesc)
Returns a persistence implementation for the specified object
type (given its descriptor) on behalf of the specified cache
engine.
|
Copyright © 2016. All rights reserved.