Uses of Interface
org.apache.openejb.test.entity.cmr.onetomany.SongLocal

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
 Set<SongLocal> ArtistLocal.getComposed()
           
abstract  Set<SongLocal> ArtistBean.getComposed()
           
 Set<SongLocal> ArtistLocal.getPerformed()
           
abstract  Set<SongLocal> ArtistBean.getPerformed()
           
 

Method parameters in org.apache.openejb.test.entity.cmr.onetomany with type arguments of type SongLocal
 void ArtistLocal.setComposed(Set<SongLocal> composed)
           
abstract  void ArtistBean.setComposed(Set<SongLocal> desserts)
           
 void ArtistLocal.setPerformed(Set<SongLocal> performed)
           
abstract  void ArtistBean.setPerformed(Set<SongLocal> songs)
           
 



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