jap所依赖的jar包

Hibernate核心包(8个文件)

hibernate-distribution-3.3.1.GA

-----------------------------------------

hibernate3.jar

lib\bytecode\cglib\hibernate-cglib-repack-2.1_3.jar

lib\required\*.jar
Hibernate注解包(3个文件):hibernate—annotations-3.4.0.GA

------------------------------------------------------------------------------

hibernate-annotations.jar

lib\ejb3-persistence.jar,hibernate-commons-annotations.jar Hibernate针对JPA的实现包(3个文件):hibernate-entitymanager-3.4.0GA

-------------------------------------------------------------------------------------------

hibernate-entitymanager.jar

lib\test\log4j.jar,slf4j-logj12.jar 提示:挑出来的这些jar包不可放到有中文或空格的路径底下

相关文章

什么是设计模式一套被反复使用、多数人知晓的、经过分类编目...
单一职责原则定义(Single Responsibility Principle,SRP)...
动态代理和CGLib代理分不清吗,看看这篇文章,写的非常好,强...
适配器模式将一个类的接口转换成客户期望的另一个接口,使得...
策略模式定义了一系列算法族,并封装在类中,它们之间可以互...
设计模式讲的是如何编写可扩展、可维护、可读的高质量代码,...