public class ViewBasedCollection extends Object implements InvocationHandler
Modifier and Type | Class and Description |
---|---|
class |
ViewBasedCollection.RememberRemovedIterator |
class |
ViewBasedCollection.RememberRemovedListIterator |
Constructor and Description |
---|
ViewBasedCollection(String id,
CouchDbConnector couchDbConnector,
Class<?> clazz,
DocumentReferences documentReferences,
ConstructibleAnnotatedCollection constructibleField) |
Modifier and Type | Method and Description |
---|---|
Collection<BulkDeleteDocument> |
getPendingRemoval() |
protected void |
initialize() |
boolean |
initialized() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ViewBasedCollection(String id, CouchDbConnector couchDbConnector, Class<?> clazz, DocumentReferences documentReferences, ConstructibleAnnotatedCollection constructibleField) throws IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException
protected void initialize() throws IOException
IOException
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public boolean initialized()
public Collection<BulkDeleteDocument> getPendingRemoval()
Copyright © 2013. All Rights Reserved.