论坛首页 Java企业应用论坛

想问一下在HIBERNATE中是否可以调用数据库的存储程序

浏览 8312 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2003-09-14  
想问一下在HIBERNATE中是否可以调用数据库的存储程序
   发表时间:2003-09-14  
直接用jdbc调
0 请登录后投票
   发表时间:2003-09-15  
可以支持,就是比较麻烦,需要你自己写一个ClassPersister的实现类,那么还不如直接用JDBC来的方便。
0 请登录后投票
   发表时间:2003-09-15  
这是Hibernate文档中的一段话

引用

The persister attribute lets you customize the persistence strategy used for the class. You may, for example, specify your own subclass of net.sf.hibernate.persister.EntityPersister or you might even provide a completely new implementation of the interface net.sf.hibernate.persister.ClassPersister that implements persistence via, for example, stored procedure calls, serialization to flat files or LDAP. See net.sf.hibernate.test.CustomPersister for a simple example (of "persistence" to a Hashtable).


其实如果写出了一个这样的类来,以后直接用就行了,不知道这第一个类写起来是不是会失眠?
0 请登录后投票
   发表时间:2003-09-15  
80/20原则:hibernate做80%,剩下20%用其它方式解决
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics