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
IOExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic boolean initialized()
public Collection<BulkDeleteDocument> getPendingRemoval()
Copyright © 2017. All rights reserved.