我是Hibernate的新手。我刚开始开发我的第一个hibernate项目,但我需要一些jar文件用于我的第一个hibernate项目。我要使用哪些jar文件?
答案 0 :(得分:1)
以下是Hibernate 4.1.9的必需jar.it与Click
相同if (events) {
tEvents.unbindAggregation("rows");
tEvents.bindAggregation("rows",{
path: "events>/prg_years(ID_SCENARIO=" + filterKRVR.scenario + ",I_YEAR=" + filterKRVR.year + "m)" + "/HisGTO",
parameters: {
navigation: {
'prg_gto': "HisPIPE",
'prg_pipe': "HisKS",
'prg_ks': "HisLK"
},
}
});
}
tEvents.getModel('events').refresh();
答案 1 :(得分:0)
首先,您可以下载.jar文件并将其包含在项目库中:
http://hibernate.org/orm/downloads/
此外,您应该考虑使用Maven。这样,您可以使用pom.xml
检索依赖项http://mvnrepository.com/artifact/org.hibernate
您可以在此处阅读Maven:https://en.wikipedia.org/wiki/Apache_Maven
答案 2 :(得分:0)
为了成功运行hibernate应用程序,你应该有hibernate4.jar文件。
download the latest hibernate jar file。其他一些jar文件或包是必需的,例如
download the required jar files用于hibernate