BEA Systems, Inc.

theory.smart.axiom.contact
Interface PersonHome


public interface PersonHome
extends SmartEJBHome

The home interface for the Person entity bean. Use this class to create, remove, and find Person entity beans.


Method Summary
 Person create(PersonPk personPk)
          Create a new Person entity bean using the theory.smart.axiom.contact.PersonPk.
 Person findByPrimaryKey(PersonPk personPk)
          Find an Person entity bean using the theory.smart.axiom.contact.PersonPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Person create(PersonPk personPk)
              throws javax.ejb.CreateException,
                     java.rmi.RemoteException
Create a new Person entity bean using the theory.smart.axiom.contact.PersonPk.

findByPrimaryKey

public Person findByPrimaryKey(PersonPk personPk)
                        throws java.rmi.RemoteException,
                               javax.ejb.FinderException
Find an Person entity bean using the theory.smart.axiom.contact.PersonPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved