Module org.eclipse.persistence.dbws
Class XRDynamicEntity_CollectionWrapper
java.lang.Object
org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
org.eclipse.persistence.internal.xr.XRDynamicEntity
org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- All Implemented Interfaces:
Iterable<Object>,Collection<Object>,ChangeTracker,DynamicEntity,PersistenceEntity,FetchGroupTracker
public class XRDynamicEntity_CollectionWrapper
extends XRDynamicEntity
implements Collection<Object>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
DynamicEntityImpl.PropertyWrapper -
Field Summary
FieldsFields inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
cacheKey, propertiesMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Object> c) voidclear()booleanbooleancontainsAll(Collection<?> c) Fetch properties manager.booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
_persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getSession, _persistence_isAttributeFetched, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shouldRefreshFetchGroup, get, getPropertiesMap, getType, isSet, postConstruct, set, set, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
DPM
-
-
Constructor Details
-
XRDynamicEntity_CollectionWrapper
public XRDynamicEntity_CollectionWrapper()
-
-
Method Details
-
fetchPropertiesManager
Description copied from class:DynamicEntityImplFetch properties manager.- Specified by:
fetchPropertiesManagerin classXRDynamicEntity- Returns:
- the dynamic properties manager
-
add
- Specified by:
addin interfaceCollection<Object>
-
addAll
- Specified by:
addAllin interfaceCollection<Object>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Object>
-
contains
- Specified by:
containsin interfaceCollection<Object>
-
containsAll
- Specified by:
containsAllin interfaceCollection<Object>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Object>
-
iterator
-
remove
- Specified by:
removein interfaceCollection<Object>
-
removeAll
- Specified by:
removeAllin interfaceCollection<Object>
-
retainAll
- Specified by:
retainAllin interfaceCollection<Object>
-
size
public int size()- Specified by:
sizein interfaceCollection<Object>
-
toArray
- Specified by:
toArrayin interfaceCollection<Object>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<Object>
-