Uses of Class
org.objectweb.jorm.xml2mi.lib.BasicMappingParser

Packages that use BasicMappingParser
org.objectweb.jorm.mapper.fos.xml2mi   
org.objectweb.jorm.mapper.mem.xml2mi   
org.objectweb.jorm.mapper.rdb.xml2mi   
 

Uses of BasicMappingParser in org.objectweb.jorm.mapper.fos.xml2mi
 

Subclasses of BasicMappingParser in org.objectweb.jorm.mapper.fos.xml2mi
 class FosParser
           
 

Uses of BasicMappingParser in org.objectweb.jorm.mapper.mem.xml2mi
 

Subclasses of BasicMappingParser in org.objectweb.jorm.mapper.mem.xml2mi
 class MemParser
           
 

Uses of BasicMappingParser in org.objectweb.jorm.mapper.rdb.xml2mi
 

Subclasses of BasicMappingParser in org.objectweb.jorm.mapper.rdb.xml2mi
 class RdbParser
          RdbParser only parses the relational mapping specification in order to build the corresponding Jorm meta information.