🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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 .