org.jboss.test.perf.interfaces
Interface EntityLocalHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface EntityLocalHome
- extends EJBLocalHome (src)
create
public EntityLocal (src) create(int key,
int value)
throws CreateException (src)
- Throws:
CreateException (src)
findByPrimaryKey
public EntityLocal (src) findByPrimaryKey(EntityPK (src) primaryKey)
throws FinderException (src)
- Throws:
FinderException (src)
findInRange
public java.util.Collection findInRange(int min,
int max)
throws FinderException (src)
- Throws:
FinderException (src)