| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
StorageManager<?> |
MMBase.getStorageManager()
Returns a StorageManager to access the storage..
|
| Modifier and Type | Method and Description |
|---|---|
StorageManagerFactory<? extends StorageManager> |
MMBase.getStorageManagerFactory()
Returns StorageManagerFactory class used to access the storage configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageManagerFactory<SM extends StorageManager>
This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseStorageManager
A JDBC implementation of an object related storage manager.
|
class |
InformixStorageManager |
class |
PostgresqlLargeObjectStorageManager
This class is responsible for handling binary objects using the PostgreSQL
LargeObject API.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageReader<SM extends StorageManager> |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}