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,
com.fasterxml.jackson.databind.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 |
---|---|
com.fasterxml.jackson.databind.ObjectMapper |
StdObjectMapperFactory.createObjectMapper(CouchDbConnector connector) |
com.fasterxml.jackson.databind.ObjectMapper |
ObjectMapperFactory.createObjectMapper(CouchDbConnector connector) |
Constructor and Description |
---|
BackReferencedBeanDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializer deserializer,
List<ConstructibleAnnotatedCollection> fields,
CouchDbConnector couchDbConnector,
Class<?> clazz) |
BackReferencedBeanSerializer(com.fasterxml.jackson.databind.JsonSerializer<T> delegate,
List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> list,
CouchDbConnector couchDbConnector) |
DocumentReferenceSerializer(CouchDbConnector db,
com.fasterxml.jackson.databind.JsonSerializer<Object> delegate) |
LazyLoadingViewBasedCollection(String id,
CouchDbConnector couchDbConnector,
Class<?> clazz,
DocumentReferences documentReferences,
ConstructibleAnnotatedCollection constructibleField) |
ViewBasedCollection(String id,
CouchDbConnector couchDbConnector,
Class<?> clazz,
DocumentReferences documentReferences,
ConstructibleAnnotatedCollection constructibleField) |
Constructor and Description |
---|
EktorpBeanDeserializerModifier(CouchDbConnector db,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
EktorpBeanSerializerModifier(CouchDbConnector db) |
EktorpJacksonModule(CouchDbConnector db,
com.fasterxml.jackson.databind.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 © 2013. All Rights Reserved.