example.cmp.map
Interface GradeHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface GradeHome
extends javax.ejb.EJBLocalHome

Home interface for the Grade bean.


Method Summary
 Grade findByPrimaryKey(GradeKey gradeKey)
          Returns the Grade entity that matches the key.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

findByPrimaryKey

public Grade findByPrimaryKey(GradeKey gradeKey)
                       throws javax.ejb.FinderException
Returns the Grade entity that matches the key.