| Package | Description |
|---|---|
| org.jboss.aerogear.android.store | |
| org.jboss.aerogear.android.store.memory | |
| org.jboss.aerogear.android.store.sql |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Store |
StoreConfiguration.buildStore() |
static Store |
DataManager.getStore(String name) |
Store |
StoreConfiguration.store() |
| Modifier and Type | Method and Description |
|---|---|
void |
OnStoreCreatedListener.onStoreCreated(StoreConfiguration<?> configuration,
Store<?> store) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedMemoryStore<T> |
class |
MemoryStore<T>
Memory implementation of Store
Store. |
| Modifier and Type | Method and Description |
|---|---|
protected Store |
EncryptedMemoryStoreConfiguration.buildStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedSQLStore<T> |
class |
SQLStore<T> |
| Modifier and Type | Method and Description |
|---|---|
protected Store |
EncryptedSQLStoreConfiguration.buildStore() |
protected Store |
SQLStoreConfiguration.buildStore() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.