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.
 
 
create
public Person create(PersonPk personPk)
              throws 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,
                               FinderException
- Find an Person entity bean using the theory.smart.axiom.contact.PersonPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.