christophedelory.betty.interfaces
Interface LocalModelHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalModelHome
- extends EJBLocalHome
Local home interface for ModelEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
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
LocalModel create(String className)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalModel> findAll()
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalModel findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.