public interface SchemaLocationResolver
Purpose: Interface that can be optionally implemented to resolve the value for the schemaLocation attribute of generated imports and includes when generating schemas. Provides a more flexible solution than the optional namespaceToSchemaLocation Map that can be given to the generate method.
DefaultSchemaLocationResolver| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveSchemaLocation(commonj.sdo.Type sourceType,
commonj.sdo.Type targetType)
Return the value for the schemaLocation attribute of the generated Import
|
java.lang.String resolveSchemaLocation(commonj.sdo.Type sourceType,
commonj.sdo.Type targetType)
sourceType - the source typetargetType - the target typeEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference