example.cmp.relation_n_1
Interface StudentHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface StudentHome
extends javax.ejb.EJBLocalHome

Remote interface for the student home.


Method Summary
 Student findByPrimaryKey(java.lang.String name)
          Returns the named student.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

findByPrimaryKey

public Student findByPrimaryKey(java.lang.String name)
                         throws javax.ejb.FinderException
Returns the named student.