Uses of Class
edu.rice.rubis.beans.RegionPK

Uses of RegionPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return RegionPK
 RegionPK RegionBean.ejbFindByPrimaryKey(RegionPK id)
          This method is used to retrieve a Region Bean from its primary key, that is to say its id.
 RegionPK RegionBean.ejbFindByName(java.lang.String regionName)
          This method is used to retrieve a Region Bean from its name.
 RegionPK RegionBean.ejbCreate(java.lang.String regionName)
          This method is used to create a new Region Bean and insert a record in the database.
 

Methods in edu.rice.rubis.beans with parameters of type RegionPK
 Region RegionHome.findByPrimaryKey(RegionPK id)
          This method is used to retrieve a Region Bean from its primary key, that is to say its id.
 RegionPK RegionBean.ejbFindByPrimaryKey(RegionPK id)
          This method is used to retrieve a Region Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.