| Package | Description |
|---|---|
| org.apache.openejb.test.entity.cmr.onetomany |
| Modifier and Type | Method and Description |
|---|---|
ArtistLocal |
ArtistLocalHome.create(ArtistPk primaryKey) |
ArtistLocal |
ArtistLocalHome.create(Integer field1) |
ArtistLocal |
ArtistLocalHome.findByPrimaryKey(ArtistPk primaryKey) |
ArtistLocal |
ArtistLocalHome.findByPrimaryKey(Integer primaryKey) |
ArtistLocal |
SongLocal.getComposer() |
abstract ArtistLocal |
SongBean.getComposer() |
ArtistLocal |
SongLocal.getPerformer() |
abstract ArtistLocal |
SongBean.getPerformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
SongLocal.setComposer(ArtistLocal composer) |
abstract void |
SongBean.setComposer(ArtistLocal composer) |
void |
SongLocal.setPerformer(ArtistLocal performer) |
abstract void |
SongBean.setPerformer(ArtistLocal performer) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.