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
Fields inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
cacheKey, propertiesMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends Object> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) Fetch properties manager.boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:DynamicEntityImpl
Fetch properties manager.- Specified by:
fetchPropertiesManager
in classXRDynamicEntity
- Returns:
- the dynamic properties manager
-
add
- Specified by:
add
in interfaceCollection<Object>
-
addAll
- Specified by:
addAll
in interfaceCollection<Object>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<Object>
-
contains
- Specified by:
contains
in interfaceCollection<Object>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Object>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<Object>
-
iterator
-
remove
- Specified by:
remove
in interfaceCollection<Object>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<Object>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<Object>
-
size
public int size()- Specified by:
size
in interfaceCollection<Object>
-
toArray
- Specified by:
toArray
in interfaceCollection<Object>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<Object>
-