| Package | Description |
|---|---|
| org.jboss.aerogear.android.store | |
| org.jboss.aerogear.android.store.memory | |
| org.jboss.aerogear.android.store.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
StoreConfiguration<CONFIGURATION extends StoreConfiguration<CONFIGURATION>> |
| Modifier and Type | Method and Description |
|---|---|
static <CFG extends StoreConfiguration<CFG>> |
DataManager.config(String name,
Class<CFG> storeImplementationClass) |
static <CONFIGURATION extends StoreConfiguration<CONFIGURATION>> |
DataManager.registerConfigurationProvider(Class<CONFIGURATION> configurationClass,
org.jboss.aerogear.android.core.ConfigurationProvider<CONFIGURATION> provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnStoreCreatedListener.onStoreCreated(StoreConfiguration<?> configuration,
Store<?> store) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedMemoryStoreConfiguration |
class |
MemoryStoreConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedSQLStoreConfiguration |
class |
SQLStoreConfiguration |
Copyright © 2016 JBoss by Red Hat. All rights reserved.