org.objectweb.jorm.comp.generator.rdb
Class RdbMOPFactory

java.lang.Object
  |
  +--org.objectweb.jorm.comp.generator.rdb.RdbMOPFactory
All Implemented Interfaces:
MOPFactory

public class RdbMOPFactory
extends java.lang.Object
implements MOPFactory


Constructor Summary
RdbMOPFactory()
           
 
Method Summary
 MOP createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 MOP createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdbMOPFactory

public RdbMOPFactory()
Method Detail

createMappingMOP

public MOP createMappingMOP(CompilerParameter cp)
                     throws PException
This method must return a new instance of a MappingMOP
Specified by:
createMappingMOP in interface MOPFactory

createBindingMOP

public MOP createBindingMOP(CompilerParameter cp)
                     throws PException
This method must return a new instance of a BindingMOP
Specified by:
createBindingMOP in interface MOPFactory