uta.ak.usttmp.common.dao.UsttmpDaoSupport.java Source code

Java tutorial

Introduction

Here is the source code for uta.ak.usttmp.common.dao.UsttmpDaoSupport.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package uta.ak.usttmp.common.dao;

import org.springframework.jdbc.core.support.JdbcDaoSupport;

/**
 *
 * @author zhangcong
 */
public abstract class UsttmpDaoSupport extends JdbcDaoSupport {

}