contactsbyidquery.java

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

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

package sample.dao.impl;

// Imports
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.springframework.jdbc.object.MappingSqlQuery;

public class ContactsByIdQuery extends MappingSqlQuery {

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

  // Methods
  protected Object mapRow(ResultSet rs, int rownum) throws SQLException { return null;}
}

⌨️ 快捷键说明

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