| Package | Description |
|---|---|
| org.jboss.aerogear.android | |
| org.jboss.aerogear.android.datamanager | |
| org.jboss.aerogear.android.impl.datamanager |
| Modifier and Type | Method and Description |
|---|---|
Store |
DataManager.encryptedStore(String storeName,
StoreConfig config,
String passphrase,
Class modelClass)
Creates a new Store implementation.
|
Store |
DataManager.encryptedStore(String storeName,
String passphrase,
Class modelClass)
Creates a new default encrypted (in memory) Store implementation.
|
Store |
DataManager.get(String storeName)
Loads a given Store implementation, based on the given storeName argument.
|
Store |
DataManager.remove(String storeName)
Removes a Store implementation from the DataManager.
|
Store |
DataManager.store(String storeName)
Deprecated.
|
Store |
DataManager.store(String storeName,
Class modelClass)
Creates a new default (in memory) Store implementation.
|
Store |
DataManager.store(String storeName,
StoreConfig config)
Creates a new Store implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreFactory.createStore(StoreConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedMemoryStore<T> |
class |
EncryptedSQLStore<T> |
class |
MemoryStorage<T>
Memory implementation of Store
Store. |
class |
SQLStore<T> |
| Modifier and Type | Method and Description |
|---|---|
Store |
DefaultStoreFactory.createStore(StoreConfig config) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.