example.cmp.map
Interface CourseHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface CourseHome
extends javax.ejb.EJBLocalHome

Home interface for the Course bean.


Method Summary
 Course findByPrimaryKey(java.lang.String name)
          returns the Course entity that has name as its primary key.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

findByPrimaryKey

public Course findByPrimaryKey(java.lang.String name)
                        throws javax.ejb.FinderException
returns the Course entity that has name as its primary key.