org.objectweb.jorm.metainfo.api
Interface MappingFactory
- All Superinterfaces:
- MetaObject, java.io.Serializable
- public interface MappingFactory
- extends java.io.Serializable, MetaObject
MappingFactory defines amethod through which Mapping objects will be created.
createMapping
public Mapping createMapping(java.lang.String mapperName,
MetaObject parent)
- Creates a Mapping object from the current factory.
- Parameters:
mapperName
- the name of the mapperparent
- the parent MO of the mapping
- Returns:
- a Mapping object
createMappingPrinter
public MappingPrinter createMappingPrinter()