public class AppConfigStore extends DefaultCouchStore<AppConfig>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_DB_NAME |
static java.lang.String |
DEFAULT_DESIGN_NAME |
| Constructor and Description |
|---|
AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer) |
AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName) |
AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName,
java.lang.String designName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatabaseName() |
java.lang.String |
getDesignName() |
create, createDatabase, delete, deleteByDocumentId, expireCachedDatabases, getByDocumentId, getCouchServer, getDatabase, getDatabaseAccessMap, getDatabaseMap, getEntities, getEntities, getEntities, getEntities, getEntities, getEntityResponse, getEntityType, headByDocumentId, injectVersion, updatepublic static final java.lang.String DEFAULT_DB_NAME
public static final java.lang.String DEFAULT_DESIGN_NAME
public AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer)
public AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName)
public AppConfigStore(org.tiogasolutions.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName,
java.lang.String designName)
public java.lang.String getDesignName()
getDesignName in class DefaultCouchStore<AppConfig>public java.lang.String getDatabaseName()
getDatabaseName in class DefaultCouchStore<AppConfig>