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

Packages that use ArtistLocal
org.apache.openejb.test.entity.cmr.onetomany   
 

Uses of ArtistLocal in org.apache.openejb.test.entity.cmr.onetomany
 

Methods in org.apache.openejb.test.entity.cmr.onetomany that return ArtistLocal
 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()
           
 

Methods in org.apache.openejb.test.entity.cmr.onetomany with parameters of type ArtistLocal
 void SongLocal.setComposer(ArtistLocal composer)
           
abstract  void SongBean.setComposer(ArtistLocal composer)
           
 void SongLocal.setPerformer(ArtistLocal performer)
           
abstract  void SongBean.setPerformer(ArtistLocal performer)
           
 



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