| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr | |
| gr.uoa.di.madgik.rr.element | |
| gr.uoa.di.madgik.rr.plugins | |
| gr.uoa.di.madgik.rr.utils |
| Modifier and Type | Method and Description |
|---|---|
static RRContext.DatastoreType |
RRContext.DatastoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RRContext.DatastoreType[] |
RRContext.DatastoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jdo.PersistenceManagerFactory |
RRContext.getFactoryForRead(RRContext.DatastoreType persistencyType) |
javax.jdo.PersistenceManagerFactory |
RRContext.getFactoryForWrite(RRContext.DatastoreType persistencyType) |
javax.jdo.PersistenceManager |
RRContext.getManagerForRead(RRContext.DatastoreType persistencyType) |
javax.jdo.PersistenceManager |
RRContext.getManagerForWrite(RRContext.DatastoreType persistencyType) |
boolean |
RRContext.isDatastoreSupported(RRContext.DatastoreType datastore) |
boolean |
RRContext.isDatastoreSupportedForRead(RRContext.DatastoreType datastore) |
boolean |
RRContext.isDatastoreSupportedForWrite(RRContext.DatastoreType datastore) |
void |
RRContext.resetDT(RRContext.DatastoreType datastoretype) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRRElement.delete(boolean loadDetails,
RRContext.DatastoreType persistencyType) |
boolean |
IRRElement.exists(RRContext.DatastoreType persistencyType) |
boolean |
IRRElement.load(boolean loadDetails,
RRContext.DatastoreType persistencyType)
Loads an
IRRElement from a specific RRContext.DatastoreType |
void |
IRRElement.store(boolean storeDetails,
RRContext.DatastoreType persistencyType) |
| Modifier and Type | Field and Description |
|---|---|
RRContext.DatastoreType |
Plugin.ProcessedItemType.datastoreType |
| Constructor and Description |
|---|
Plugin.ProcessedItemType(Class<?> itemType,
RRContext.DatastoreType datastoreType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatastoreHelper.clear(RRContext.DatastoreType target,
Set<Class<?>> objects) |
static Set<IDaoElement> |
DatastoreHelper.getItems(RRContext.DatastoreType target,
Class<?> obj) |
static Set<IDaoElement> |
DatastoreHelper.getItems(RRContext.DatastoreType target,
Class<?> obj,
boolean overridePrefetched) |
static Set<IDaoElement> |
DatastoreHelper.getItems(RRContext.DatastoreType target,
Class<?> obj,
boolean overridePrefetched,
boolean detach) |
static void |
DatastoreHelper.replicate(RRContext.DatastoreType source,
RRContext.DatastoreType target,
Set<Class<?>> objects) |
static void |
DatastoreHelper.resolveUpdateConflicts(RRContext.DatastoreType source,
RRContext.DatastoreType target,
Set<Class<?>> objects)
Resolves conflicts originating from items being updated in the local datastore during the time an incoming bridging iteration is ongoing
The conflict is resolved by keeping the version in the local datastore so as to avoid having stale data in the local store and missing write-behind updates
|
static Set<IDaoElement> |
DatastoreHelper.retrieveAll(RRContext.DatastoreType target,
Class<?> object) |
Copyright © 2014. All Rights Reserved.