| modules | descrption |
| hibernate-core | The main (core) Hibernate module. Defines its ORM features and APIs as well as the various integration SPIs. |
| hibernate-entitymanager | Support for JPA. JPA hibernate implementations. Involve it hibernate-jpa-api will be involved as well. |
| hibernate-java8 | Support for using Java8 specific data-types such as any of the JSR 310 Date/Time types in domain model. |
| hibernate-envers | Hibernate’s historical entity versioning feature. |
| hibernate-spatial | Hibernate’s Spatial/GIS data-type support. |
| hibernate-osgi | Hibernate support for running in OSGi containers. |
| hibernate-c3p0 | Integrates the C3P0 connection pooling library into Hibernate. |
| hibernate-hikaricp | Integrates the HikariCP connection pooling library into Hibernate. |
| hibernate-proxool | Integrates the Proxool connection pooling library into Hibernate. |
| hibernate-ehcache | Integrates the Ehcache caching library into Hibernate as a second-level cache provider. |
| hibernate-infinispan | Integrates the Infinispan caching library into Hibernate as a second-level cache provider. |
[hibernate] - hibernate modules
最新推荐文章于 2022-03-28 17:30:58 发布
本文详细介绍了 Hibernate 的各个模块及其功能,包括核心模块、JPA 支持、Java 8 特性支持、历史版本管理、空间数据类型支持等。此外还介绍了多种连接池和缓存集成方案。
7683

被折叠的 条评论
为什么被折叠?



