|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RRContext.DatastoreType | |
|---|---|
| gr.uoa.di.madgik.rr | |
| gr.uoa.di.madgik.rr.element | |
| gr.uoa.di.madgik.rr.plugins | |
| gr.uoa.di.madgik.rr.utils | |
| Uses of RRContext.DatastoreType in gr.uoa.di.madgik.rr |
|---|
| Methods in gr.uoa.di.madgik.rr that return RRContext.DatastoreType | |
|---|---|
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. |
| Methods in gr.uoa.di.madgik.rr with parameters of type RRContext.DatastoreType | |
|---|---|
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)
|
| Uses of RRContext.DatastoreType in gr.uoa.di.madgik.rr.element |
|---|
| Methods in gr.uoa.di.madgik.rr.element with parameters of type RRContext.DatastoreType | |
|---|---|
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)
|
| Uses of RRContext.DatastoreType in gr.uoa.di.madgik.rr.plugins |
|---|
| Fields in gr.uoa.di.madgik.rr.plugins declared as RRContext.DatastoreType | |
|---|---|
RRContext.DatastoreType |
Plugin.ProcessedItemType.datastoreType
|
| Constructors in gr.uoa.di.madgik.rr.plugins with parameters of type RRContext.DatastoreType | |
|---|---|
Plugin.ProcessedItemType(Class<?> itemType,
RRContext.DatastoreType datastoreType)
|
|
| Uses of RRContext.DatastoreType in gr.uoa.di.madgik.rr.utils |
|---|
| Methods in gr.uoa.di.madgik.rr.utils with parameters of type RRContext.DatastoreType | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||