public class SerializableCollectionObjectReference<T> extends AbstractReference implements ProxiedEntityReferenceList
| 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() |
__getReferenceObjClass, __isFetched, __unwrap, get, setequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__getReferenceObjClass, __isFetched, __unwrappublic SerializableCollectionObjectReference(Collection<T> type, Class<T> referenceObjClass, boolean ignoreMissing, DatastoreProvider p)
public List<Key<?>> __getKeysAsList()
__getKeysAsList in interface ProxiedEntityReferenceListpublic void __add(Key key)
__add in interface ProxiedEntityReferenceListpublic void __addAll(Collection<? extends Key<?>> keys)
__addAll in interface ProxiedEntityReferenceListCopyright © 2021. All rights reserved.