com.opensymphony.module.sequence
Interface SequenceLocalHome
- All Superinterfaces:
- EJBLocalHome
public interface SequenceLocalHome - extends EJBLocalHome
Local home interface for Sequence.
- Version:
- $Revision: 127 $
- Author:
- Joe Walnes, Hani Suleiman
COMP_NAME
static final String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
create
SequenceLocal create(String name)
throws CreateException
- Throws:
CreateException
findAll
Collection findAll()
throws FinderException
- Throws:
FinderException
findByPrimaryKey
SequenceLocal findByPrimaryKey(String pk)
throws FinderException
- Throws:
FinderException
|