| Package | Description |
|---|---|
| org.jboss.aerogear.android.store.generator | |
| org.jboss.aerogear.android.store.memory | |
| org.jboss.aerogear.android.store.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdGenerator
Id Generate using a Universally Unique Identifier (UUID).
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedMemoryStoreConfiguration |
EncryptedMemoryStoreConfiguration.withIdGenerator(IdGenerator idGenerator) |
MemoryStoreConfiguration |
MemoryStoreConfiguration.withIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
EncryptedMemoryStore(android.content.Context context,
IdGenerator idGenerator,
String password,
Class<T> modelClass) |
MemoryStore(IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedSQLStoreConfiguration |
EncryptedSQLStoreConfiguration.withIdGenerator(IdGenerator idGenerator) |
SQLStoreConfiguration |
SQLStoreConfiguration.withIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
EncryptedSQLStore(Class<T> modelClass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator idGenerator,
String password) |
EncryptedSQLStore(Class<T> modelClass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator idGenerator,
String password,
String tableName) |
SQLStore(Class<T> klass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator generator) |
SQLStore(Class<T> klass,
android.content.Context context,
com.google.gson.GsonBuilder builder,
IdGenerator generator,
String databaseName) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.