public class XRDynamicEntity_CollectionWrapper extends XRDynamicEntity implements Collection<Object>
DynamicEntityImpl.PropertyWrapper| Modifier and Type | Field and Description |
|---|---|
static XRDynamicPropertiesManager |
DPM |
| Constructor and Description |
|---|
XRDynamicEntity_CollectionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object e) |
boolean |
addAll(Collection<? extends Object> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
XRDynamicPropertiesManager |
fetchPropertiesManager()
Fetch properties manager.
|
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
_persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shouldRefreshFetchGroup, get, getPropertiesMap, getType, isSet, set, set, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic static XRDynamicPropertiesManager DPM
public XRDynamicPropertiesManager fetchPropertiesManager()
DynamicEntityImplfetchPropertiesManager in class XRDynamicEntitypublic boolean add(Object e)
add in interface Collection<Object>public boolean addAll(Collection<? extends Object> c)
addAll in interface Collection<Object>public void clear()
clear in interface Collection<Object>public boolean contains(Object o)
contains in interface Collection<Object>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Object>public boolean isEmpty()
isEmpty in interface Collection<Object>public boolean remove(Object o)
remove in interface Collection<Object>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<Object>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<Object>public int size()
size in interface Collection<Object>public Object[] toArray()
toArray in interface Collection<Object>public <T> T[] toArray(T[] a)
toArray in interface Collection<Object>EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference