public abstract class MetadataSourceAdapter extends java.lang.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(java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.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(java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.ClassLoader classLoader,
SessionLog log)
MetadataSourcegetEntityMappings in interface MetadataSourceEclipseLink 2.3.2, "build v20111125-r10461" API Reference