| Package | Description |
|---|---|
| org.ektorp | |
| org.ektorp.dataload | |
| org.ektorp.impl | |
| org.ektorp.impl.docref | |
| org.ektorp.impl.jackson | |
| org.ektorp.support |
| Modifier and Type | Method and Description |
|---|---|
CouchDbConnector |
CouchDbInstance.createConnector(String path,
boolean createIfNotExists) |
CouchDbConnector |
CouchDbInstance.getReplicatorConnector()
Returns the Couch _replicator database
|
| Modifier and Type | Field and Description |
|---|---|
protected CouchDbConnector |
DefaultDataLoader.db |
| Constructor and Description |
|---|
DefaultDataLoader(CouchDbConnector db) |
DefaultDataLoader(CouchDbConnector db,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
StdCouchDbConnector |
| Modifier and Type | Method and Description |
|---|---|
CouchDbConnector |
StdCouchDbInstance.createConnector(String path,
boolean createIfNotExists) |
CouchDbConnector |
StdCouchDbInstance.getReplicatorConnector() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.jackson.map.ObjectMapper |
StdObjectMapperFactory.createObjectMapper(CouchDbConnector connector) |
org.codehaus.jackson.map.ObjectMapper |
ObjectMapperFactory.createObjectMapper(CouchDbConnector connector) |
| Constructor and Description |
|---|
BackReferencedBeanDeserializer(org.codehaus.jackson.map.deser.BeanDeserializer deserializer,
List<ConstructibleAnnotatedCollection> fields,
CouchDbConnector couchDbConnector,
Class<?> clazz,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
BackReferencedBeanSerializer(org.codehaus.jackson.map.JsonSerializer<T> delegate,
List<org.codehaus.jackson.map.ser.BeanPropertyWriter> list,
CouchDbConnector couchDbConnector) |
DocumentReferenceSerializer(CouchDbConnector db,
org.codehaus.jackson.map.JsonSerializer<Object> delegate) |
LazyLoadingViewBasedCollection(String id,
CouchDbConnector couchDbConnector,
Class<?> clazz,
DocumentReferences documentReferences,
ConstructibleAnnotatedCollection constructibleField,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
ViewBasedCollection(String id,
CouchDbConnector couchDbConnector,
Class<?> clazz,
DocumentReferences documentReferences,
ConstructibleAnnotatedCollection constructibleField,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
| Constructor and Description |
|---|
EktorpBeanDeserializerModifier(CouchDbConnector db,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
EktorpBeanSerializerModifier(CouchDbConnector db) |
EktorpJacksonModule(CouchDbConnector db,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected CouchDbConnector |
CouchDbRepositorySupport.db |
| Modifier and Type | Method and Description |
|---|---|
DesignDocument |
StdDesignDocumentFactory.getFromDatabase(CouchDbConnector db,
String designDocumentId) |
DesignDocument |
DesignDocumentFactory.getFromDatabase(CouchDbConnector db,
String designDocumentId)
Retrieves the DesignDocument instance from the database
|
| Constructor and Description |
|---|
CouchDbRepositorySupport(Class<T> type,
CouchDbConnector db) |
CouchDbRepositorySupport(Class<T> type,
CouchDbConnector db,
boolean createIfNotExists) |
CouchDbRepositorySupport(Class<T> type,
CouchDbConnector db,
String designDocName)
Alternative constructor allowing a custom design document name (not linked to the type class name)
|
Copyright © 2012. All Rights Reserved.