| Package | Description |
|---|---|
| org.apache.openejb.test.entity.cmr.onetomany |
| Modifier and Type | Method and Description |
|---|---|
SongLocal |
SongLocalHome.create(Integer field1) |
SongLocal |
SongLocalHome.create(SongPk primaryKey) |
SongLocal |
SongLocalHome.findByPrimaryKey(Integer primaryKey) |
SongLocal |
SongLocalHome.findByPrimaryKey(SongPk primaryKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<SongLocal> |
ArtistBean.getComposed() |
Set<SongLocal> |
ArtistLocal.getComposed() |
abstract Set<SongLocal> |
ArtistBean.getPerformed() |
Set<SongLocal> |
ArtistLocal.getPerformed() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ArtistBean.setComposed(Set<SongLocal> desserts) |
void |
ArtistLocal.setComposed(Set<SongLocal> composed) |
abstract void |
ArtistBean.setPerformed(Set<SongLocal> songs) |
void |
ArtistLocal.setPerformed(Set<SongLocal> performed) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.