DepartmentLocalHome.java
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:0k
源码类别:

Java编程

开发平台:

Java

  1. package bible.ejb.entity.cmp;
  2. import javax.ejb.*;
  3. import java.util.Collection;
  4. public interface DepartmentLocalHome extends EJBLocalHome
  5. {
  6.   public DepartmentLocal findByPrimaryKey(Integer primaryKey)
  7.     throws FinderException;
  8. }