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

时间:2010-05-02 10:42:17
【文件属性】:

文件名称:支持多个连接多个数据库的HibernateFactory

文件大小:4KB

文件格式:JAR

更新时间:2010-05-02 10:42:17

Hibernate HibernateFactory java

只支持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下.


网友评论

  • 下载了,感觉还可以,就是还没有用呢
  • 是不是有错误啊,为什么我用不了