|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageManager | |
|---|---|
| org.mmbase.module.core | The core classes for MMBase. |
| org.mmbase.storage | The interfaces that define the classes for persistent storage of objects. |
| org.mmbase.storage.implementation.database | |
| org.mmbase.storage.util | |
| Uses of StorageManager in org.mmbase.module.core |
|---|
| Methods in org.mmbase.module.core that return StorageManager | |
|---|---|
StorageManager<?> |
MMBase.getStorageManager()
Returns a StorageManager to access the storage.. |
| Methods in org.mmbase.module.core that return types with arguments of type StorageManager | |
|---|---|
StorageManagerFactory<? extends StorageManager> |
MMBase.getStorageManagerFactory()
Returns StorageManagerFactory class used to access the storage configuration. |
| Uses of StorageManager in org.mmbase.storage |
|---|
| Classes in org.mmbase.storage with type parameters of type StorageManager | |
|---|---|
class |
StorageManagerFactory<SM extends StorageManager>
This class contains functionality for retrieving StorageManager instances, which give access to the storage device. |
| Uses of StorageManager in org.mmbase.storage.implementation.database |
|---|
| Classes in org.mmbase.storage.implementation.database that implement StorageManager | |
|---|---|
class |
DatabaseStorageManager
A JDBC implementation of an object related storage manager. |
class |
InformixStorageManager
|
class |
RelationalDatabaseStorageManager
A JDBC implementation of a storage manager for relational databases. |
class |
ViewDatabaseStorageManager
A View database storage manager creates tables without the fields of the 'super' tables and views to represent the combined table. |
| Uses of StorageManager in org.mmbase.storage.util |
|---|
| Classes in org.mmbase.storage.util with type parameters of type StorageManager | |
|---|---|
class |
StorageReader<SM extends StorageManager>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||