example.cmp.relation_n_1
Interface HouseHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface HouseHome
extends javax.ejb.EJBLocalHome

Remote interface for the house home.


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

Method Detail

findByPrimaryKey

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