|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Persistence | |
| 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. |
| Uses of Persistence in org.exolab.castor.jdo.engine |
| Classes in org.exolab.castor.jdo.engine that implement Persistence | |
class |
SQLEngine
The SQL engine performs persistence of one object type against one SQL database. |
| Methods in org.exolab.castor.jdo.engine that return Persistence | |
Persistence |
BaseFactory.getPersistence(org.exolab.castor.mapping.ClassDescriptor clsDesc)
Returns a persistence implementation for the specified object type (given its descriptor) on behalf of the specified cache engine. Return null if no persistence support is available for the specified object type. |
| Uses of Persistence in org.exolab.castor.persist |
| Methods in org.exolab.castor.persist that return Persistence | |
Persistence |
ClassMolder.getPersistence()
Get the Persisetence of the base type. |
Persistence |
LockEngine.getPersistence(java.lang.Class cls)
|
| Methods in org.exolab.castor.persist with parameters of type Persistence | |
void |
ClassMolder.setPersistence(Persistence persist)
Mutator method to set the PersistenceEngine of. |
| Constructors in org.exolab.castor.persist with parameters of type Persistence | |
ClassMolder(DatingService ds,
org.exolab.castor.mapping.loader.AbstractMappingLoader loader,
LockEngine lock,
org.exolab.castor.mapping.ClassDescriptor clsDesc,
Persistence persist)
Creates an instance of this class. |
|
| Uses of Persistence in org.exolab.castor.persist.spi |
| Methods in org.exolab.castor.persist.spi that return Persistence | |
Persistence |
PersistenceFactory.getPersistence(org.exolab.castor.mapping.ClassDescriptor clsDesc)
Returns a persistence implementation for the specified object type (given its descriptor) on behalf of the specified cache engine. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||