org.apache.openejb.config
Class CmpJpaConversion

java.lang.Object
  extended by org.apache.openejb.config.CmpJpaConversion
All Implemented Interfaces:
DynamicDeployer

public class CmpJpaConversion
extends Object
implements DynamicDeployer


Constructor Summary
CmpJpaConversion()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
 EntityMappings generateEntityMappings(EjbModule ejbModule)
           
 void generateEntityMappings(EjbModule ejbModule, EntityMappings entityMappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmpJpaConversion

public CmpJpaConversion()
Method Detail

deploy

public AppModule deploy(AppModule appModule)
                 throws OpenEJBException
Specified by:
deploy in interface DynamicDeployer
Throws:
OpenEJBException

generateEntityMappings

public EntityMappings generateEntityMappings(EjbModule ejbModule)
                                      throws OpenEJBException
Throws:
OpenEJBException

generateEntityMappings

public void generateEntityMappings(EjbModule ejbModule,
                                   EntityMappings entityMappings)
                            throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.