getEntityMappings
public 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.
This implementation makes a call to getEntityMappingsReader to get a Reader which is passed to an
XMLUnmarshaller, and closes the reader in a finally block.
- Specified by:
getEntityMappings in interface MetadataSource
- Overrides:
getEntityMappings in class XMLMetadataSource
- Returns:
- XMLEntityMappings - object representation of the EclipseLink-orm.xml for this repository