SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.impl.jdbc.meta
Interface MappingInfoParser

All Superinterfaces:
MetaDataParser
All Known Implementing Classes:
XMLMappingInfoParser

public interface MappingInfoParser
extends MetaDataParser

Interface for MappingInfo parsers. These info classes are an intermediate step to ClassMappings and FieldMappings. They enable delayed loading of the corresponding classes.

All parsed mappings are added to the parser's current MappingInfoRepository.


Method Summary
 com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository getRepository()
          Return the repository of mapping info.
 void setRepository(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
          Set the repository to add parsed mappings to.
 
Methods inherited from interface com.solarmetric.rd.meta.MetaDataParser
clear, findMetaData, getLog, getResults, isValidating, parse, parse, parse, parse, setLog, setValidating
 

Method Detail

getRepository

public com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository getRepository()
Return the repository of mapping info.


setRepository

public void setRepository(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
Set the repository to add parsed mappings to.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.