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