java - 用于学习的示例 Hibernate 应用程序

标签 java hibernate

任何人都可以分享一些有关使用 hibernate 进行学习的示例应用程序的信息吗? 基本上我正在寻找一个允许我从客户端页面执行基本数据库操作的应用程序。

谢谢, 卡迈勒

最佳答案

查看 Hibernate 3.6.0.Beta4 release Announcement

博客中还提供了入门指南和示例应用程序的链接...

Anyway, in the interm I thought this one was close enough that I went ahead and made it available from http://dl.dropbox.com/u/3636512/getting-started-guide/index.html. Some notes: * This url is only made available temporarily * The documentation references a link to obtain the code. That link is not accurate. We are still deciding where these will live and how they will be referenced. In the meantime I have zipped up the code and made it available here: http://dl.dropbox.com/u/3636512/getting-started-guide/tutorials.tar.gz (again temporarily).

另请阅读 Christian Bauer 和 Gavin King 所著的 Java Persistence with Hibernate。 (有点老书,但很棒!:))

关于java - 用于学习的示例 Hibernate 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3624078/

相关文章:

java - 多模式 DDL 外键生成不适用于 Hibernate

java - 防止 Fragment detach() 之后 onProgressUpdate() 数据丢失

java - 如何拆分复杂的条件并保持短路评估?

java - Java 如何在幕后为字符串实现享元模式?

java - Hibernate 查询语法异常 : Not Mapped

java - 使用接口(interface)用对象填充列表

java - 当您单独调用 getChildren 时会发生什么?

java - Spring Controller : bind query parameters to custom POJO fields

java - 申请者无法建立连接。 (打开的文件太多)

java - sql 格式 'YYYY-MM-DD HH24:MI:SS.FF' 到 java 的日期格式问题