支持多个连接多个数据库的HibernateFactory

时间:2010-09-03 09:19:50
【文件属性】:
文件名称:支持多个连接多个数据库的HibernateFactory
文件大小:4KB
文件格式:JAR
更新时间:2010-09-03 09:19:50
软件说明:
只支持Hibernate3.0
基本用法:
import com.liu.base.StaticHbmQuery;

StaticHbmQuery shq = new StaticHbmQuery(\"hibernate.cfg.xml\");

......

//shq.clear();
//java.util.ArrayList arr = shq.hbmQuery([HQL]);
//shq.hbmUpdate([Object]);
//shq.hbmUpdate([Object], [Object].id);
//shq.hbmDelete([Object]);
//shq.clear();

......

hibernate.cfg.xml存放位置在src下.
【文件预览】:
META-INF
----MANIFEST.MF(101B)
com
----liu()
--------base()

网友评论