Deprecated API


Contents
Deprecated Exceptions
org.ektorp.DocumentExistsException
          UpdateConflictException is now thrown if the document already exists. 
 

Deprecated Methods
org.ektorp.CouchDbConnector.get(Class, String, String)
          use get(Class c, String id, Options options) 
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, String)
          use get(Class c, String id, Options options) 
 



Copyright © 2011. All Rights Reserved.