| Package | Description |
|---|---|
| com.hammurapi.store.local |
Local (in-JVM) implementation of object store.
|
| Modifier and Type | Method and Description |
|---|---|
LocalHandle.HandleStrength |
LocalStoreBase.Config.getHandleStrength() |
static LocalHandle.HandleStrength |
LocalHandle.HandleStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalHandle.HandleStrength[] |
LocalHandle.HandleStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H |
HandleFactory.createHandle(S store,
T obj,
PK primaryKey,
Map<S,Map<Extractor<T,? super PK,S>,? super PK>> cache,
Predicate<T,S>[] validators,
LocalHandle.HandleStrength handleStrength,
boolean cacheExtracted) |
void |
LocalStoreBase.Config.setHandleStrength(LocalHandle.HandleStrength handleStrength) |
| Constructor and Description |
|---|
LocalHandle(LocalStoreBase<T,PK,S> store,
T obj,
PK primaryKey,
Map<S,Map<Extractor<T,? super PK,S>,? super PK>> cache,
Predicate<T,S>[] validators,
LocalHandle.HandleStrength handleStrength,
boolean cacheExtracted) |