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(java.lang.Integer field1)
           
 SongLocal SongLocalHome.create(SongPk primaryKey)
           
 SongLocal SongLocalHome.findByPrimaryKey(java.lang.Integer primaryKey)
           
 SongLocal SongLocalHome.findByPrimaryKey(SongPk primaryKey)
           
 

Methods in org.apache.openejb.test.entity.cmr.onetomany that return types with arguments of type SongLocal
 java.util.Set<SongLocal> ArtistLocal.getComposed()
           
abstract  java.util.Set<SongLocal> ArtistBean.getComposed()
           
 java.util.Set<SongLocal> ArtistLocal.getPerformed()
           
abstract  java.util.Set<SongLocal> ArtistBean.getPerformed()
           
 

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



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