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 |
database| Constructor and Description |
|---|
AppConfigStore(com.couchace.core.api.CouchServer couchServer) |
AppConfigStore(com.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName) |
AppConfigStore(com.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName,
java.lang.String designName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesignName() |
create, delete, deleteByDocumentId, getByDocumentId, getDatabase, 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(com.couchace.core.api.CouchServer couchServer)
public AppConfigStore(com.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName)
public AppConfigStore(com.couchace.core.api.CouchServer couchServer,
java.lang.String databaseName,
java.lang.String designName)
public java.lang.String getDesignName()
getDesignName in class DefaultCouchStore<AppConfig>