| Package | Description |
|---|---|
| org.ektorp.support |
| Modifier and Type | Method and Description |
|---|---|
DesignDocument |
DesignDocumentFactory.generateFrom(Object metaDataSource)
Generates a design document with views, lists, shows and filters generated and loaded
according to the annotations found in the metaDataSource object.
|
DesignDocument |
StdDesignDocumentFactory.generateFrom(Object metaDataSource) |
DesignDocument |
DesignDocumentFactory.getFromDatabase(CouchDbConnector db,
String designDocumentId)
Retrieves the DesignDocument instance from the database
|
DesignDocument |
StdDesignDocumentFactory.getFromDatabase(CouchDbConnector db,
String designDocumentId) |
DesignDocument |
DesignDocumentFactory.newDesignDocumentInstance()
Create a new empty instance of a DesignDocument
|
DesignDocument |
StdDesignDocumentFactory.newDesignDocumentInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CouchDbRepositorySupport.debugDesignDoc(DesignDocument generated) |
boolean |
DesignDocument.mergeWith(DesignDocument dd)
This method will check for the two system properties boolean
AUTO_UPDATE_VIEW_ON_CHANGE and UPDATE_ON_DIFF, then call
mergeWith(DesignDocument, boolean). |
boolean |
DesignDocument.mergeWith(DesignDocument dd,
boolean updateOnDiff)
Merge this design document with the specified document, the result being
stored in this design document.
|
Copyright © 2017. All rights reserved.