Module org.eclipse.persistence.dbws
Class XRDynamicEntity
java.lang.Object
org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
org.eclipse.persistence.internal.xr.XRDynamicEntity
- All Implemented Interfaces:
ChangeTracker
,DynamicEntity
,PersistenceEntity
,FetchGroupTracker
- Direct Known Subclasses:
XRDynamicEntity_CollectionWrapper
INTERNAL: XRDynamicEntity is used for models where Java classes do not exist.
EclipseLink is based around mapping attributes of a Java class to a table (or tables) with the attributes representing either the column data or foreign-key contraints as relationships to other (mapped) classes. For applications that are based around meta-data and the Java class is either not needed or not available, this basic entity can be used. Subclasses of this abstract class can be dynamically generated at runtime.
- Since:
- EclipseLink 1.x
-
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
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
-
Constructor Details
-
XRDynamicEntity
public XRDynamicEntity()
-
-
Method Details
-
fetchPropertiesManager
Description copied from class:DynamicEntityImpl
Fetch properties manager.- Specified by:
fetchPropertiesManager
in classDynamicEntityImpl
- Returns:
- the dynamic properties manager
-