org.jcoderz.commons.config
Interface ConfigEntityLocalHome
- All Superinterfaces:
- EJBLocalHome
public interface ConfigEntityLocalHome
- extends EJBLocalHome
Local home interface for ConfigEntity.
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
ConfigEntityLocal create(ConfigEntityData data)
throws CreateException
- Throws:
CreateException
findAll
Collection findAll()
throws FinderException
- Throws:
FinderException
findByPrimaryKey
ConfigEntityLocal findByPrimaryKey(ConfigEntityPK pk)
throws FinderException
- Throws:
FinderException
Copyright 2007 The jCoderZ Project.