public abstract class XRDynamicEntity extends DynamicEntityImpl
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.
DynamicEntityImpl.PropertyWrapper| Constructor and Description |
|---|
XRDynamicEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract XRDynamicPropertiesManager |
fetchPropertiesManager() |
_persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shouldRefreshFetchGroup, get, getPropertiesMap, getType, isSet, set, set, toStringpublic abstract XRDynamicPropertiesManager fetchPropertiesManager()
fetchPropertiesManager in class DynamicEntityImplEclipseLink 2.4.2, "build v20130514-5956486" API Reference