christophedelory.interfaces
Interface LocalBaseHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalBaseHome
- extends EJBLocalHome
Local home interface for BaseEJB.
- 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
LocalBase create()
throws CreateException
- Throws:
CreateException
findByPrimaryKey
LocalBase findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.