public abstract class MetadataSourceAdapter extends Object implements MetadataSource
Purpose: To provide a trivial implementation of MetadataSource. You may subclass this class rather than implement the MetadataSource interface allowing insulation from future additions to the interface.
MetadataSource
Constructor and Description |
---|
MetadataSourceAdapter() |
Modifier and Type | Method and Description |
---|---|
XMLEntityMappings |
getEntityMappings(Map<String,Object> properties,
ClassLoader classLoader,
SessionLog log)
PUBLIC: This method is responsible for returning the object
representation of the object-relational mapping overrides.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertyOverrides
public XMLEntityMappings getEntityMappings(Map<String,Object> properties, ClassLoader classLoader, SessionLog log)
MetadataSource
getEntityMappings
in interface MetadataSource
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference