public class SerializableCollectionObjectReference<T> extends AbstractReference implements ProxiedEntityReferenceList
ignoreMissing, object, p, referenceObjClass| Constructor and Description |
|---|
SerializableCollectionObjectReference(Collection<T> type,
Class<T> referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
| Modifier and Type | Method and Description |
|---|---|
void |
__add(Key key) |
void |
__addAll(Collection<? extends Key<?>> keys) |
List<Key<?>> |
__getKeysAsList() |
protected void |
beforeWriteObject() |
protected Object |
fetch() |
__getReferenceObjClass, __isFetched, __unwrap, fetch, get, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__getReferenceObjClass, __isFetched, __unwrappublic SerializableCollectionObjectReference(Collection<T> type, Class<T> referenceObjClass, boolean ignoreMissing, DatastoreProvider p)
protected Object fetch()
fetch in class AbstractReferencepublic List<Key<?>> __getKeysAsList()
__getKeysAsList in interface ProxiedEntityReferenceListpublic void __add(Key key)
__add in interface ProxiedEntityReferenceListpublic void __addAll(Collection<? extends Key<?>> keys)
__addAll in interface ProxiedEntityReferenceListprotected void beforeWriteObject()
beforeWriteObject in class AbstractReference