org.ektorp.impl.docref
Class ViewBasedCollection

java.lang.Object
  extended by org.ektorp.impl.docref.ViewBasedCollection
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
LazyLoadingViewBasedCollection

public class ViewBasedCollection
extends Object
implements InvocationHandler


Nested Class Summary
 class ViewBasedCollection.RememberRemovedIterator
           
 class ViewBasedCollection.RememberRemovedListIterator
           
 
Constructor Summary
ViewBasedCollection(String id, CouchDbConnector couchDbConnector, Class<?> clazz, DocumentReferences documentReferences, ConstructibleAnnotatedCollection constructibleField, org.codehaus.jackson.map.ObjectMapper objectMapper)
           
 
Method Summary
 Collection<BulkDeleteDocument> getPendingRemoval()
           
protected  void initialize()
           
 boolean initialized()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBasedCollection

public ViewBasedCollection(String id,
                           CouchDbConnector couchDbConnector,
                           Class<?> clazz,
                           DocumentReferences documentReferences,
                           ConstructibleAnnotatedCollection constructibleField,
                           org.codehaus.jackson.map.ObjectMapper objectMapper)
                    throws IllegalArgumentException,
                           InstantiationException,
                           IllegalAccessException,
                           InvocationTargetException
Throws:
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
Method Detail

initialize

protected void initialize()
                   throws IOException
Throws:
IOException

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

initialized

public boolean initialized()

getPendingRemoval

public Collection<BulkDeleteDocument> getPendingRemoval()


Copyright © 2011. All Rights Reserved.