| 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 <TYPE> Store<TYPE> |
StoreConfiguration.buildStore(Class<TYPE> klass) |
static Store |
DataManager.getStore(String name) |
<TYPE> Store<TYPE> |
StoreConfiguration.store(Class<TYPE> klass) |
| 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 <TYPE> Store<TYPE> |
EncryptedMemoryStoreConfiguration.buildStore(Class<TYPE> klass) |
protected <TYPE> Store<TYPE> |
MemoryStoreConfiguration.buildStore(Class<TYPE> klass) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedSQLStore<T> |
class |
SQLStore<T> |
| Modifier and Type | Method and Description |
|---|---|
protected <TYPE> Store<TYPE> |
EncryptedSQLStoreConfiguration.buildStore(Class<TYPE> klass) |
protected <TYPE> Store<TYPE> |
SQLStoreConfiguration.buildStore(Class<TYPE> klass) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.