Package | Description |
---|---|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseStorage.BeanPropertyColumnConvertor<T>
Column convertor that uses a bean property to decompose/restore
a given object to/from a database storage.
|
static class |
DatabaseStorage.FixedValueColumnConvertor<T>
Column convertor that uses a given fixed value for the respective database attribute.
|
static class |
DatabaseStorage.ParametricColumnConvertor
Column convertor that uses a
ModifiableParametric value to decompose/restore
a given object to/from a database storage. |
Modifier and Type | Method and Description |
---|---|
static <T extends LocalAbstractObject> |
DatabaseStorage.getLocatorColumnConvertor(boolean convertFromColumn,
boolean forceReplaceLocator,
boolean convertToColumn)
Returns a column convertor that stores/restores a
locator URI
of LocalAbstractObject s stored in the database. |