org.objectweb.jorm.generator.api
Interface MOPFactory


public interface MOPFactory

This interface is used to specify Meta Object Protocol must be used to specialize the the generation of mapping objects and binding objects.


Method Summary
 MOP createMappingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a MappingMOP.
 

Method Detail

createMappingMOP

public MOP createMappingMOP(JormCompilerParameter cp,
                            java.lang.String mappername)
                     throws PException
This method must return a new instance of a MappingMOP.

Throws:
PException