|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SongLocal | |
---|---|
org.apache.openejb.test.entity.cmr.onetomany |
Uses of SongLocal in org.apache.openejb.test.entity.cmr.onetomany |
---|
Methods in org.apache.openejb.test.entity.cmr.onetomany that return SongLocal | |
---|---|
SongLocal |
SongLocalHome.create(Integer field1)
|
SongLocal |
SongLocalHome.create(SongPk primaryKey)
|
SongLocal |
SongLocalHome.findByPrimaryKey(Integer primaryKey)
|
SongLocal |
SongLocalHome.findByPrimaryKey(SongPk primaryKey)
|
Methods in org.apache.openejb.test.entity.cmr.onetomany that return types with arguments of type SongLocal | |
---|---|
abstract Set<SongLocal> |
ArtistBean.getComposed()
|
Set<SongLocal> |
ArtistLocal.getComposed()
|
abstract Set<SongLocal> |
ArtistBean.getPerformed()
|
Set<SongLocal> |
ArtistLocal.getPerformed()
|
Method parameters in org.apache.openejb.test.entity.cmr.onetomany with type arguments of type SongLocal | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |