JPA入门

开发JPA所需要的包:

Hibernate核心包(8个)

hibernate3.jar

hibernate-cglib*.jar

\lib\required\*.jar

Hibernate3个注解包

hibernate-annotations.jar

ejb3-persistence.jar

hibernate-commons-annotations.jar

Hibernate针对JPA实现包(3个文件)

Hibernate-entitymanager-3.4.0.GA

hibernate-entitymanager.jar

lib\test\log4j.jar

slf4j-log4j.jar

当然,也可以直接通过Myeclipse的逆向工程导入相关的包。

还有不懂得同学请参考下面的文章。。

http://www.cnblogs.com/hubingxu/articles/2381949.html

相关推荐