|
EclipseLink 2.3.2, build 'v20111125-r10461' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.metadata.MetadataSourceAdapter org.eclipse.persistence.jpa.metadata.XMLMetadataSource
public class XMLMetadataSource
Purpose: Support reading metadata for a persistence unit in an XML format from a URL and if the property is undefined, it will look for a file.
Constructor Summary | |
---|---|
XMLMetadataSource()
|
Method Summary | |
---|---|
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)
This method is responsible for returning the object representation of the MetadataSource. |
java.io.Reader |
getEntityMappingsReader(java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.ClassLoader classLoader,
SessionLog log)
This class returns a Reader for an EclipseLink-ORM.xml. |
java.lang.String |
getRepositoryName()
Used by getEntityMappings when creating the XMLEntityMappings as a way of describing where it was read from. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLMetadataSource()
Method Detail |
---|
public java.io.Reader getEntityMappingsReader(java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.ClassLoader classLoader, SessionLog log)
properties
- classLoader
- log
- - SessionLog used for status messages.
getEntityMappings
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)
getEntityMappings
in interface MetadataSource
getEntityMappings
in class MetadataSourceAdapter
public java.lang.String getRepositoryName()
|
EclipseLink 2.3.2, build 'v20111125-r10461' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |