ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# Hibernate是什么? - object-relational* - In hibernate we can write HQL instead of SQL which save developers to spend more time on writing the native SQL. - 我们能像处理 Java 对象一样处理数据库 - 所以可以在处理的时候加入 Java 语言的特性 比如继承啊 多态啊 。。 - Hibernate also allows you to express queries using java-based criteria .