| Package | Description |
|---|---|
| org.jboss.aerogear.android | |
| org.jboss.aerogear.android.impl.datamanager |
| Constructor and Description |
|---|
DataManager(IdGenerator idGenerator)
Creates a new DataManager using the idGenerator parameter and
DefaultStoreFactory |
DataManager(IdGenerator idGenerator,
StoreFactory storeFactory)
Creates a DataManager using the supplied parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdGenerator
Id Generate using a Universally Unique Identifier (UUID).
|
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
StoreConfig.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreConfig.setIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
EncryptedMemoryStore(IdGenerator idGenerator,
String passphrase,
Class<T> modelClass) |
EncryptedSQLStore(Class<T> modelClass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator idGenerator,
String passphrase) |
MemoryStorage(IdGenerator idGenerator) |
SQLStore(Class<T> klass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator generator) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.