⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 customerdao_s1ox8w_intf.java

📁 郭克华j2ee高级框架实战教学视频源代码 这个是比较值得一看的 由郭克华博士在总结多年Java培训的基础上
💻 JAVA
字号:
/**
* This code was automatically generated at 15:12:16 on 2007-11-16
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1  Fri Jun 20 23:06:40 PDT 2003 271009 
* @author Copyright (c) 2007 by BEA Systems, Inc. All Rights Reserved.
*/

package prj37_1;

import weblogic.ejb20.interfaces.WLEnterpriseBean;

public interface CustomerDao_s1ox8w_Intf 
extends WLEnterpriseBean
{
  
  public boolean delete(prj37_1.CustomerDto arg0);
  public void ejbActivate();
  public void ejbCreate() throws javax.ejb.CreateException;
  public void ejbPassivate();
  public void ejbRemove();
  public prj37_1.CustomerDto findCusByAccount(java.lang.String arg0);
  public boolean insert(prj37_1.CustomerDto arg0);
  public void setSessionContext(javax.ejb.SessionContext arg0);
  public boolean update(prj37_1.CustomerDto arg0);
  
  
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -