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 SummaryNested classes/interfaces inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImplDynamicEntityImpl.PropertyWrapper
- 
Field SummaryFieldsFields inherited from class org.eclipse.persistence.internal.dynamic.DynamicEntityImplcacheKey, propertiesMap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
- 
Field Details- 
DPM
 
- 
- 
Constructor Details- 
XRDynamicEntity_CollectionWrapperpublic XRDynamicEntity_CollectionWrapper()
 
- 
- 
Method Details- 
fetchPropertiesManagerDescription copied from class:DynamicEntityImplFetch properties manager.- Specified by:
- fetchPropertiesManagerin class- XRDynamicEntity
- Returns:
- the dynamic properties manager
 
- 
add- Specified by:
- addin interface- Collection<Object>
 
- 
addAll- Specified by:
- addAllin interface- Collection<Object>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<Object>
 
- 
contains- Specified by:
- containsin interface- Collection<Object>
 
- 
containsAll- Specified by:
- containsAllin interface- Collection<Object>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<Object>
 
- 
iterator
- 
remove- Specified by:
- removein interface- Collection<Object>
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<Object>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<Object>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<Object>
 
- 
toArray- Specified by:
- toArrayin interface- Collection<Object>
 
- 
toArraypublic <T> T[] toArray(T[] a) - Specified by:
- toArrayin interface- Collection<Object>
 
 
-