Uses of Interface
org.apache.openejb.test.entity.cmr.manytomany.PlatformLocal

Packages that use PlatformLocal
org.apache.openejb.test.entity.cmr.manytomany   
 

Uses of PlatformLocal in org.apache.openejb.test.entity.cmr.manytomany
 

Methods in org.apache.openejb.test.entity.cmr.manytomany that return PlatformLocal
 PlatformLocal PlatformLocalHome.create(Integer primaryKey)
           
 PlatformLocal PlatformLocalHome.create(PlatformPk primaryKey)
           
 PlatformLocal PlatformLocalHome.findByPrimaryKey(Integer primaryKey)
           
 PlatformLocal PlatformLocalHome.findByPrimaryKey(PlatformPk primaryKey)
           
 

Methods in org.apache.openejb.test.entity.cmr.manytomany that return types with arguments of type PlatformLocal
 Set<PlatformLocal> GameLocal.getPlatforms()
           
abstract  Set<PlatformLocal> GameBean.getPlatforms()
           
 

Method parameters in org.apache.openejb.test.entity.cmr.manytomany with type arguments of type PlatformLocal
 void GameLocal.setPlatforms(Set<PlatformLocal> platforms)
           
abstract  void GameBean.setPlatforms(Set<PlatformLocal> platforms)
           
 



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