christophedelory.betty.interfaces
Interface LocalPropertyHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalPropertyHome
- extends EJBLocalHome
Local home interface for PropertyEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
- See Also:
BaseBean
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
LocalProperty create(LocalBase dbBase,
String id)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalProperty> findAll()
throws FinderException
- Throws:
FinderException
findByBase
Collection<LocalProperty> findByBase(LocalBase dbBase)
throws FinderException
- Throws:
FinderException
findByBaseAndId
LocalProperty findByBaseAndId(LocalBase dbBase,
String id)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalProperty findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.