public interface MetadataSource
Purpose: Interface used to support extensible metadata and mappings by a persistence unit. A MetadataSource will need to be registered with a persistence unit.
Modifier and Type | Method and Description |
---|---|
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings |
getEntityMappings(Map<String,Object> properties,
ClassLoader classLoader,
SessionLog log)
PUBLIC:
This method is responsible for returning the object representation of the MetadataSource.
|
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings getEntityMappings(Map<String,Object> properties, ClassLoader classLoader, SessionLog log)
EclipseLink 2.3.2, "build v20111125-r10461" API Reference