| Interface | Description |
|---|---|
| LazyPersistenceHandler |
A persistence implementation than can support bulk updates may want to provide persistence handlers that implement this interface in order to persist the changes in one call rather than a call to persist / delete for each operation.
|
| PersistenceContext |
This class represents the persistence associated with a given session - note that the session could represent the core state.
|
| PersistenceHandler |
A Persistence handler is associated with one or more types, but with exactly one session.
|
| PersistenceService |
This class defines the Persistence Service the config framework depends on.
|
| Class | Description |
|---|---|
| CachePersistenceHandler |
in-memory caching implementation of the persistence handler.
|
| ConfigObjectInputStream |
Custom ObjectInputStream allowing Classes to be loaded from various source classloaders.
|
| DatabasePersistenceContext |
Database based implementation of the persistence context.
|
| DatabasePersistenceHandler |
Database based implementation of the persistence handler.
|
| DatabasePersistenceManager | |
| DatabasePersistenceManager.RowData |
data for a given row
|
| DatabasePersistenceService |
Database based implementation of the persistence service.
|
| FilePersistenceContext |
File based implementation of the persistence context.
|
| FilePersistenceHandler |
File based implementation of the persistence context.
|
| FilePersistenceService |
File based implementation of the persistence service.
|
| IOUtils | |
| LazyPersistenceContextDecorator |
Implementation of a persistence context that decorates the persistence handler from the decorated persistence context.
|
| LazyPersistenceHandler.MetadataAndValue<V> |
structure class representing both the Metadata and Value for a given resource.
|
| LazyPersistenceHandlerDecorator |
A persistence handler decorator that delays persistence operations, namely
LazyPersistenceHandlerDecorator.delete(com.bea.wli.config.Ref) and LazyPersistenceHandlerDecorator.persist(com.bea.wli.config.resource.Metadata, java.lang.Object) until the end of the transaction. |
| LazyPersistenceServiceDecorator |
Implementation of a persistence servic that decorates the persistence context from the decorated persistence service.
|
| MemoryPersistenceContext |
in-memory based implementation of the persistence context.
|
| MemoryPersistenceHandler |
in-memory implementation of the persistence handler.
|
| MemoryPersistenceHandler.Data |
Data
|
| MemoryPersistenceHandler.TypeData |
Resources for a particular type
|
| MemoryPersistenceService |
in-memory based implementation of the persistence service.
|