public abstract class MetadataSourceAdapter extends Object implements MetadataSource
Purpose: To provide a trivial implementation of MetadataRepository. You may subclass this class rather than implement the MetadataRepositoryReader interface allowing insulation from future additions to the interface.
MetadataRepository
Constructor and Description |
---|
MetadataSourceAdapter() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings |
getEntityMappings(Map<String,Object> properties,
ClassLoader classLoader,
SessionLog log)
PUBLIC:
This method is responsible for returning the object representation of the MetadataSource.
|
public org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings getEntityMappings(Map<String,Object> properties, ClassLoader classLoader, SessionLog log)
MetadataSource
getEntityMappings
in interface MetadataSource
EclipseLink 2.3.2, "build v20111125-r10461" API Reference