org.jcoderz.commons.config
Interface ConfigEntityHome
- All Superinterfaces:
- EJBHome, Remote
public interface ConfigEntityHome
- extends EJBHome
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
ConfigEntity create(ConfigEntityData data)
throws CreateException,
RemoteException
- Throws:
CreateException
RemoteException
findAll
Collection findAll()
throws FinderException,
RemoteException
- Throws:
FinderException
RemoteException
findByPrimaryKey
ConfigEntity findByPrimaryKey(ConfigEntityPK pk)
throws FinderException,
RemoteException
- Throws:
FinderException
RemoteException
Copyright 2007 The jCoderZ Project.