theory.smart.axiom.util
Interface  AlphaNumericSequencerHome
- public interface AlphaNumericSequencerHome
- extends SmartEJBHome
  
The home interface for the AlphaNumericSequencer entity bean.  Use this
  class to create, remove, and find AlphaNumericSequencer entity beans.
 
| Methods inherited from interface javax.ejb.EJBHome | 
getEJBMetaData, 
getHomeHandle, 
remove, 
remove | 
 
create
public AlphaNumericSequencer create(AlphaNumericSequencerPk alphaNumericSequencerPk)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
- Create a new AlphaNumericSequencer entity bean using the theory.smart.axiom.util.AlphaNumericSequencerPk.
 
 
findByPrimaryKey
public AlphaNumericSequencer findByPrimaryKey(AlphaNumericSequencerPk alphaNumericSequencerPk)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException
- Find an AlphaNumericSequencer entity bean using the theory.smart.axiom.util.AlphaNumericSequencerPk.
 
 
Copyright © 2000 BEA Systems, Inc. All Rights Reserved