public abstract class MetadataSourceAdapter extends java.lang.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 |
---|---|
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 object-relational mapping overrides.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertyOverrides
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)
MetadataSource
getEntityMappings
in interface MetadataSource