Uses of Class
org.apache.openejb.test.entity.cmr.CompoundPK

Packages that use CompoundPK
org.apache.openejb.test.entity.cmr.manytomany   
org.apache.openejb.test.entity.cmr.onetomany   
org.apache.openejb.test.entity.cmr.onetoone   
 

Uses of CompoundPK in org.apache.openejb.test.entity.cmr.manytomany
 

Methods in org.apache.openejb.test.entity.cmr.manytomany that return CompoundPK
 CompoundPK PlatformBean.ejbCreate(PlatformPk primaryKey)
           
 

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

Methods in org.apache.openejb.test.entity.cmr.onetomany that return CompoundPK
 CompoundPK ArtistBean.ejbCreate(ArtistPk primaryKey)
           
 CompoundPK SongBean.ejbCreate(SongPk primaryKey)
           
 

Uses of CompoundPK in org.apache.openejb.test.entity.cmr.onetoone
 

Methods in org.apache.openejb.test.entity.cmr.onetoone that return CompoundPK
 CompoundPK LicenseBean.ejbCreate(LicensePk primaryKey)
           
 CompoundPK PersonBean.ejbCreate(PersonPk primaryKey)
           
 



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