example.cmp.relations.one2many
Interface HouseHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface HouseHome
extends javax.ejb.EJBLocalHome

Home Interface


Method Summary
 java.util.Collection findAll()
          returns all houses
 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.

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException
returns all houses