You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
375 B
13 lines
375 B
package cn.lee.market.dao;
|
|
|
|
import org.hibernate.Session;
|
|
|
|
public abstract interface IBaseHibernateDAO
|
|
{
|
|
public abstract Session getSession();
|
|
}
|
|
|
|
/* Location: C:\Users\muye\Desktop\51\校园二手交易平台设计与论文\market\code\market\WEB-INF\classes\
|
|
* Qualified Name: cn.lee.market.dao.IBaseHibernateDAO
|
|
* JD-Core Version: 0.6.1
|
|
*/ |