Uses of Interface
org.ektorp.CouchDbConnector

Packages that use CouchDbConnector
org.ektorp   
org.ektorp.dataload   
org.ektorp.impl   
org.ektorp.impl.docref   
org.ektorp.impl.jackson   
org.ektorp.support   
 

Uses of CouchDbConnector in org.ektorp
 

Methods in org.ektorp that return CouchDbConnector
 CouchDbConnector CouchDbInstance.createConnector(String path, boolean createIfNotExists)
           
 CouchDbConnector CouchDbInstance.getReplicatorConnector()
          Returns the Couch _replicator database
 

Uses of CouchDbConnector in org.ektorp.dataload
 

Fields in org.ektorp.dataload declared as CouchDbConnector
protected  CouchDbConnector DefaultDataLoader.db
           
 

Constructors in org.ektorp.dataload with parameters of type CouchDbConnector
DefaultDataLoader(CouchDbConnector db)
           
DefaultDataLoader(CouchDbConnector db, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 

Uses of CouchDbConnector in org.ektorp.impl
 

Classes in org.ektorp.impl that implement CouchDbConnector
 class StdCouchDbConnector
           
 class StreamedCouchDbConnector
           
 

Methods in org.ektorp.impl that return CouchDbConnector
 CouchDbConnector StdCouchDbInstance.createConnector(String path, boolean createIfNotExists)
           
 CouchDbConnector StdCouchDbInstance.getReplicatorConnector()
           
 

Methods in org.ektorp.impl with parameters of type CouchDbConnector
 com.fasterxml.jackson.databind.ObjectMapper StdObjectMapperFactory.createObjectMapper(CouchDbConnector connector)
           
 com.fasterxml.jackson.databind.ObjectMapper ObjectMapperFactory.createObjectMapper(CouchDbConnector connector)
           
 com.fasterxml.jackson.databind.ObjectMapper CachingObjectMapperFactory.createObjectMapper(CouchDbConnector connector)
           
 

Uses of CouchDbConnector in org.ektorp.impl.docref
 

Constructors in org.ektorp.impl.docref with parameters of type CouchDbConnector
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)
           
 

Uses of CouchDbConnector in org.ektorp.impl.jackson
 

Constructors in org.ektorp.impl.jackson with parameters of type CouchDbConnector
EktorpBeanDeserializerModifier(CouchDbConnector db, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
EktorpBeanSerializerModifier(CouchDbConnector db)
           
EktorpJacksonModule(CouchDbConnector db, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 

Uses of CouchDbConnector in org.ektorp.support
 

Fields in org.ektorp.support declared as CouchDbConnector
protected  CouchDbConnector CouchDbRepositorySupport.db
           
 

Methods in org.ektorp.support with parameters of type CouchDbConnector
 DesignDocument StdDesignDocumentFactory.getFromDatabase(CouchDbConnector db, String designDocumentId)
           
 DesignDocument DesignDocumentFactory.getFromDatabase(CouchDbConnector db, String designDocumentId)
          Retrieves the DesignDocument instance from the database
 

Constructors in org.ektorp.support with parameters of type CouchDbConnector
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).
CouchDbRepositorySupport(Class<T> type, CouchDbConnector db, String designDocName, boolean createIfNotExists)
          Alternative constructor allowing a custom design document name (not linked to the type class name)
 



Copyright © 2017. All rights reserved.