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()
Fetch properties manager.
|
_persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shouldRefreshFetchGroup, get, getPropertiesMap, getType, isSet, set, set, toString
public abstract XRDynamicPropertiesManager fetchPropertiesManager()
DynamicEntityImpl
fetchPropertiesManager
in class DynamicEntityImpl
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference