| 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.search.legacy | |
| org.mmbase.storage.util |
| Modifier and Type | Method and Description |
|---|---|
StorageManagerFactory<? extends StorageManager> |
MMBase.getStorageManagerFactory()
Returns StorageManagerFactory class used to access the storage configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StorageManager<SMF extends StorageManagerFactory>
The StorageManager interface defines how to access a storage device.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageManagerFactory |
StorageManagerFactory.newInstance()
Obtain the storage manager factory belonging to the default MMBase module.
|
static StorageManagerFactory |
StorageManagerFactory.newInstance(MMBase mmbase)
Obtain the StorageManagerFactory belonging to the indicated MMBase module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseStorageManagerFactory
A storage manager factory for database storages.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static StorageManagerFactory<?> |
QueryConvertor.factory |
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryConvertor.altaVista2SQL(String query,
StorageManagerFactory<?> smf)
Deprecated.
Use
setConstraint() to parse
these expressions. |
| Modifier and Type | Field and Description |
|---|---|
protected StorageManagerFactory |
StorageReader.factory
The factory for which the reader reads the document.
|
| Constructor and Description |
|---|
Scheme(StorageManagerFactory factory,
String pattern)
Instantiate the Scheme
|
StorageReader(StorageManagerFactory factory,
InputSource source)
Constructor.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}