public final class SQLStoreConfiguration extends StoreConfiguration<SQLStoreConfiguration> implements org.jboss.aerogear.android.core.Config<SQLStoreConfiguration>
| Constructor and Description |
|---|
SQLStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected <TYPE> Store<TYPE> |
buildStore(Class<TYPE> klass) |
SQLStoreConfiguration |
withContext(android.content.Context context) |
SQLStoreConfiguration |
withGsonBuilder(com.google.gson.GsonBuilder builder) |
SQLStoreConfiguration |
withIdGenerator(IdGenerator idGenerator) |
addOnStoreCreatedListener, getName, getOnStoreCreatedListeners, setName, setOnStoreCreatedListeners, storepublic SQLStoreConfiguration withContext(android.content.Context context)
public SQLStoreConfiguration withGsonBuilder(com.google.gson.GsonBuilder builder)
public SQLStoreConfiguration withIdGenerator(IdGenerator idGenerator)
protected <TYPE> Store<TYPE> buildStore(Class<TYPE> klass)
buildStore in class StoreConfiguration<SQLStoreConfiguration>Copyright © 2016 JBoss by Red Hat. All rights reserved.