org.objectweb.jorm.mapper.mem.metainfo
Class BasicMemMappingFactory

java.lang.Object
  |
  +--org.objectweb.jorm.mapper.mem.metainfo.BasicMemMappingFactory
All Implemented Interfaces:
MappingFactory, java.io.Serializable

public class BasicMemMappingFactory
extends java.lang.Object
implements MappingFactory

Implementation of the "mem" MappingFactory.

See Also:
Serialized Form

Constructor Summary
BasicMemMappingFactory()
           
 
Method Summary
 Mapping createMapping(java.lang.String mapperName, MetaObject parent)
          Creates a new BasicMemMapping object.
 MappingPrinter createMappingPrinter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMemMappingFactory

public BasicMemMappingFactory()
Method Detail

createMapping

public Mapping createMapping(java.lang.String mapperName,
                             MetaObject parent)
Creates a new BasicMemMapping object.

Specified by:
createMapping in interface MappingFactory
Parameters:
mapperName - the name of the mapper, parent the parent object.
parent - the parent MO of the mapping
Returns:
a new RdbMapping object.

createMappingPrinter

public MappingPrinter createMappingPrinter()
Specified by:
createMappingPrinter in interface MappingFactory