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

📄 instoredocumentdao.java

📁 这是本人曾经在公司里用的,内部开发框架,基于struts+hibernate今天分享给大家
💻 JAVA
字号:
/**
 * 
 */
package cn.bway.foreigntrade.repertory.instore.document.dao;

import cn.bway.common.BwayHibernateException;
import cn.bway.common.dao.DAO;
import cn.bway.common.vo.QueryVO;

/**
 * @author Kson
 *
 */
public interface InstoredocumentDAO extends DAO {
	
	//根据查询条件,返回所有的信息
	public Object findAllInstoredocument(QueryVO qvo) throws BwayHibernateException;
	public Object findAllInstoredocument6(QueryVO qvo) throws BwayHibernateException;
	
	//根据查询条件,返回所有的信息
	
	public Object findAllInstoredocument1(QueryVO qvo,String id) throws BwayHibernateException;	
	public Object findAllInstoredocument1(QueryVO qvo)throws BwayHibernateException;
	public Object queryAllInstoredocument(QueryVO qvo,String id) throws BwayHibernateException;	
	public Object queryAllInstoredocumentId(QueryVO qvo,String id) throws BwayHibernateException;

}

⌨️ 快捷键说明

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