Uses of Class
org.apache.openejb.jee.jpa.EntityMappings

Packages that use EntityMappings
org.apache.openejb.config   
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EntityMappings in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return EntityMappings
 EntityMappings CmpJpaConversion.generateEntityMappings(EjbModule ejbModule)
           
 EntityMappings AppModule.getCmpMappings()
           
 

Methods in org.apache.openejb.config with parameters of type EntityMappings
 void SunConversion.convertModule(EjbModule ejbModule, EntityMappings entityMappings)
           
 void WlsConversion.convertModule(EjbModule ejbModule, EntityMappings entityMappings)
           
 void CmpJpaConversion.generateEntityMappings(EjbModule ejbModule, EntityMappings entityMappings)
           
 void SunConversion.mergeEntityMappings(Map<String,org.apache.openejb.config.SunConversion.EntityData> entities, String moduleId, EjbModule ejbModule, EntityMappings entityMappings, SunCmpMapping sunCmpMapping)
           
 void OpenEjb2Conversion.mergeEntityMappings(String moduleId, EntityMappings entityMappings, OpenejbJar openejbJar, OpenejbJarType openejbJarType)
           
 void AppModule.setCmpMappings(EntityMappings cmpMappings)
           
 

Uses of EntityMappings in org.apache.openejb.jee.jpa
 

Methods in org.apache.openejb.jee.jpa that return EntityMappings
 EntityMappings ObjectFactory.createEntityMappings()
          Create an instance of EntityMappings
 



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