开发JPA所依赖的jar文件

使用Hibernate

1.Hibernate核心包 hibernate-distribution-3.31.GA

hibernate3.jar

lib/bytecode/cglib/hibernate-cglib-repack.jar

lib\required\*.jar

2.Hibernate注解包 Hibernate-annotations-3.4.0.GA

hibernate-annotations.jar

lib/ejb3-persistence.jar

hibernate-commons-annotations.jar

3.Hibernate针对JPA的实现包 hibernate-entitymanager-3.4.0.GA

hibernate-entitymanager.jar

lib/test/log4j.jar,slf4j-log4j12.jar

 

原文地址:https://www.cnblogs.com/tazi/p/2311568.html