|
EclipseLink 2.3.0, build 'v20110516-r9382' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jpa.metadata.MetadataSourceAdapter
public class MetadataSourceAdapter
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 Summary | |
---|---|
MetadataSourceAdapter()
|
Method Summary | |
---|---|
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings |
getEntityMappings(java.util.Map properties,
java.lang.ClassLoader classLoader,
SessionLog log)
PUBLIC: This is used to return the object representation of the mappings used by EclipseLink from the repository. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataSourceAdapter()
Method Detail |
---|
public org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings getEntityMappings(java.util.Map properties, java.lang.ClassLoader classLoader, SessionLog log)
MetadataSource
getEntityMappings
in interface MetadataSource
|
EclipseLink 2.3.0, build 'v20110516-r9382' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |