public abstract class DomainSpecificStore<T>
extends org.tiogasolutions.lib.couchace.DefaultCouchStore<T>
| Constructor and Description |
|---|
DomainSpecificStore(ExecutionManager executionManager,
java.lang.Class<T> entityType) |
| Modifier and Type | Method and Description |
|---|---|
void |
createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database) |
java.lang.String |
getDatabaseName() |
create, delete, deleteByDocumentId, expireCachedDatabases, getByDocumentId, getCouchServer, getDatabase, getDatabaseAccessMap, getDatabaseMap, getDesignName, getEntities, getEntities, getEntities, getEntities, getEntities, getEntityResponse, getEntityType, headByDocumentId, injectVersion, updatepublic DomainSpecificStore(ExecutionManager executionManager, java.lang.Class<T> entityType)
public final java.lang.String getDatabaseName()
getDatabaseName in class org.tiogasolutions.lib.couchace.DefaultCouchStore<T>public final void createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database)
createDatabase in class org.tiogasolutions.lib.couchace.DefaultCouchStore<T>