Uses of Interface
org.ektorp.CouchDbConnector

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

Uses of CouchDbConnector in org.ektorp
 

Methods in org.ektorp that return CouchDbConnector
 CouchDbConnector CouchDbInstance.createConnector(java.lang.String path, boolean createIfNotExists)
           
 

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, org.codehaus.jackson.map.ObjectMapper objectMapper)
           
 

Uses of CouchDbConnector in org.ektorp.impl
 

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

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

Methods in org.ektorp.impl with parameters of type CouchDbConnector
 org.codehaus.jackson.map.ObjectMapper StdObjectMapperFactory.createObjectMapper(CouchDbConnector connector)
           
 org.codehaus.jackson.map.ObjectMapper ObjectMapperFactory.createObjectMapper(CouchDbConnector connector)
           
 

Uses of CouchDbConnector in org.ektorp.impl.docref
 

Constructors in org.ektorp.impl.docref with parameters of type CouchDbConnector
BackReferencedBeanSerializer(org.codehaus.jackson.map.JsonSerializer<java.lang.Object> delegate, java.util.List<org.codehaus.jackson.map.ser.BeanPropertyWriter> list, CouchDbConnector couchDbConnector)
           
DocumentReferenceDeserializerFactory(CouchDbConnector couchDbConnector, org.codehaus.jackson.map.ObjectMapper objectMapper)
           
DocumentReferenceSerializerFactory(CouchDbConnector couchDbConnector)
           
DocumentReferenceSerializerFactory(org.codehaus.jackson.map.SerializerFactory.Config config, CouchDbConnector couchDbConnector)
           
LazyLoadingViewBasedCollection(java.lang.String id, CouchDbConnector couchDbConnector, java.lang.Class<?> clazz, DocumentReferences documentReferences, ConstructibleAnnotatedCollection constructibleField, org.codehaus.jackson.map.ObjectMapper objectMapper)
           
ViewBasedCollection(java.lang.String id, CouchDbConnector couchDbConnector, java.lang.Class<?> clazz, DocumentReferences documentReferences, ConstructibleAnnotatedCollection constructibleField, org.codehaus.jackson.map.ObjectMapper objectMapper)
           
 

Uses of CouchDbConnector in org.ektorp.support
 

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

Constructors in org.ektorp.support with parameters of type CouchDbConnector
CouchDbRepositorySupport(java.lang.Class<T> type, CouchDbConnector db)
           
 



Copyright © 2011. All Rights Reserved.