hibernate和hibernate-core之间有什么区别:
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.6.4Final</version>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.6.0</version>
编辑:后者似乎是所有hibernate模块的聚合。这就是唯一的区别吗?
发布于 2014-04-24 18:26:47
是的,hibernate
1只是一个聚合。查看它的pom.xml
文件
http://search.maven.org/remotecontent?filepath=org/hibernate/hibernate/3.5.4-Final/hibernate-3.5.4-Final.pom
汇总模块:
-编辑--
正如注释中指出的那样,似乎不推荐使用聚合存储库,因为官方文档这里没有引用它。
https://stackoverflow.com/questions/23275549
复制相似问题