摘要: package www.csdn.project.util; import org.hibernate.Session; /** * Data access interface for domain model * @author MyEclipse Persistence Tools */ public interface IBaseHibernateDAO { public Session getSession(); }<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE hibernate 阅读全文
posted @ 2013-03-08 07:52 流-星-追-月 阅读(240) 评论(1) 推荐(0) 编辑