| Package | Description |
|---|---|
| net.sf.joafip.entity | |
| net.sf.joafip.store.entity.classinfo | |
| net.sf.joafip.store.service | |
| net.sf.joafip.store.service.classinfo |
| Modifier and Type | Method and Description |
|---|---|
static EnumStoreMode |
EnumStoreMode.forValue(String value) |
static EnumStoreMode |
EnumStoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumStoreMode[] |
EnumStoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<String,EnumStoreMode> |
FilePersistenceProperties.getStoreModeMap() |
| Constructor and Description |
|---|
ClassInfo(Class<?> objectClass,
EnumStoreMode storeMode,
IClassInfoFactory classInfoFactory,
ConversionManager conversionManager,
int currentDataModelIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
IStore.setStoreMode(NavigableMap<String,EnumStoreMode> storeModeMap) |
void |
AbstractDelegatingToStoreManagers.setStoreMode(NavigableMap<String,EnumStoreMode> storeModeMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
IClassInfoFactory.setStoreMode(NavigableMap<String,EnumStoreMode> storeModeMap) |
void |
ClassInfoFactory.setStoreMode(NavigableMap<String,EnumStoreMode> storeModeMap) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.