|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| 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(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 | |
|---|---|
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)
|
|
| Uses of CouchDbConnector in org.ektorp.impl.jackson |
|---|
| Constructors in org.ektorp.impl.jackson with parameters of type CouchDbConnector | |
|---|---|
EktorpBeanDeserializerModifier(CouchDbConnector db,
org.codehaus.jackson.map.ObjectMapper objectMapper)
|
|
EktorpBeanSerializerModifier(CouchDbConnector db)
|
|
EktorpJacksonModule(CouchDbConnector db,
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(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) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||