contactdelete.java

来自「acegi权限管理框架,作为基于Spring框架的WEB应用的安全框架」· Java 代码 · 共 19 行

JAVA
19
字号
// JBuilder API Decompiler stub source generated from class file
// 2007-6-11
// -- implementation of methods is not available

package sample.dao.impl;

// Imports
import javax.sql.DataSource;
import org.springframework.jdbc.object.SqlUpdate;

public class ContactDelete extends SqlUpdate {

  // Constructors
  protected ContactDelete(ContactDao this$0, DataSource ds) { }

  // Methods
  protected void delete(Integer contactId) { }
}

⌨️ 快捷键说明

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