Module org.eclipse.persistence.sdo
Class DefaultSchemaLocationResolver
java.lang.Object
org.eclipse.persistence.sdo.helper.DefaultSchemaLocationResolver
- All Implemented Interfaces:
SchemaLocationResolver
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaLocationResolver interface By default set a Map keyed on QName of types and value is the schemaLocation
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultSchemaLocationResolver
-
-
Method Details
-
resolveSchemaLocation
Return the value for the schemaLocation attribute of the generated Import- Specified by:
resolveSchemaLocation
in interfaceSchemaLocationResolver
- Parameters:
sourceType
- the source typetargetType
- the target type- Returns:
- the value for the schemaLocation attribute of the generated Import
-
setMap
Set the map of schemaLocations keyed on QName of the target SDO Type- Parameters:
schemaLocations
- Map keyed on QName of the target SDO Type
-