浏览 8312 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2003-09-14
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2003-09-14
直接用jdbc调
|
|
返回顶楼 | |
发表时间:2003-09-15
可以支持,就是比较麻烦,需要你自己写一个ClassPersister的实现类,那么还不如直接用JDBC来的方便。
|
|
返回顶楼 | |
发表时间: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). 其实如果写出了一个这样的类来,以后直接用就行了,不知道这第一个类写起来是不是会失眠? |
|
返回顶楼 | |
发表时间:2003-09-15
80/20原则:hibernate做80%,剩下20%用其它方式解决
|
|
返回顶楼 | |