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 |
|---|---|
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, waitgetPropertyOverridespublic XMLEntityMappings getEntityMappings(java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.ClassLoader classLoader, SessionLog log)
MetadataSourcegetEntityMappings in interface MetadataSource