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, set
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__getReferenceObjClass, __isFetched, __unwrap
public SerializableCollectionObjectReference(Collection<T> type, Class<T> referenceObjClass, boolean ignoreMissing, DatastoreProvider p)
public List<Key<?>> __getKeysAsList()
__getKeysAsList
in interface ProxiedEntityReferenceList
public void __add(Key key)
__add
in interface ProxiedEntityReferenceList
public void __addAll(Collection<? extends Key<?>> keys)
__addAll
in interface ProxiedEntityReferenceList
Copyright © 2016. All rights reserved.