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

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

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

Methods in org.apache.openejb.test.entity.cmr.manytomany that return GameLocal
 GameLocal GameLocalHome.create(GamePk primaryKey)
           
 GameLocal GameLocalHome.create(Integer primaryKey)
           
 GameLocal GameLocalHome.findByPrimaryKey(GamePk primaryKey)
           
 GameLocal GameLocalHome.findByPrimaryKey(Integer primaryKey)
           
 

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

Method parameters in org.apache.openejb.test.entity.cmr.manytomany with type arguments of type GameLocal
 void PlatformLocal.setGames(Set<GameLocal> games)
           
abstract  void PlatformBean.setGames(Set<GameLocal> gameSets)
           
 



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