| 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 |
|---|
MemoryStorage(IdGenerator idGenerator) |
SQLStore(Class<T> klass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator generator) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.