-
Hibernate 3.6.6版本的CHM格式文档
资源介绍
Hibernate JavaDoc (3.6.6.Final)
Core API
org.hibernate This package defines the central Hibernate APIs.
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.
org.hibernate.classic This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.criterion A framework for defining restriction criteria and order criteria.
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application.
等等......
- 上一篇: Eclipse上使用Hibernate
- 下一篇: Spring3整合Hibernate4测试Demo