| Class and Description |
|---|
| org.ektorp.util.JSONEncoding
don't use as this encoder is too simplistic.
|
| Exceptions and Description |
|---|
| org.ektorp.DocumentExistsException
UpdateConflictException is now thrown if the document already exists.
|
| Method and Description |
|---|
| org.ektorp.CouchDbConnector.get(Class<T>, String, String)
use get(Class
|
| org.ektorp.support.CouchDbRepositorySupport.get(String, String)
use get(String id, Options options)
|
| org.ektorp.CouchDbConnector.getAsStream(String, String)
use getAsStream(String id, Options options)
|
| org.ektorp.CouchDbConnector.getWithConflicts(Class<T>, String)
use get(Class
|
| org.ektorp.impl.StdCouchDbConnector.setJsonSerializer(JsonSerializer)
override method serializeToJson in order to change Serialization to JSON.
|
Copyright © 2017. All rights reserved.