| Package | Description |
|---|---|
| org.apache.openejb.test.entity.cmr.manytomany |
| Modifier and Type | Method and Description |
|---|---|
GameLocal |
GameLocalHome.create(GamePk primaryKey) |
GameLocal |
GameLocalHome.create(Integer primaryKey) |
GameLocal |
GameLocalHome.findByPrimaryKey(GamePk primaryKey) |
GameLocal |
GameLocalHome.findByPrimaryKey(Integer primaryKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<GameLocal> |
PlatformBean.getGames() |
Set<GameLocal> |
PlatformLocal.getGames() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PlatformBean.setGames(Set<GameLocal> gameSets) |
void |
PlatformLocal.setGames(Set<GameLocal> games) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.