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
最新推荐文章于 2024-04-28 21:21:08 发布