zoukankan      html  css  js  c++  java
  • hibernate模块

    hibernate-core : 核心模块,定义了 ORM 特性和API,还有各种集成的SPIs。

    hibernate-entitymanager : 定义 对 JPA(Java Persistence API) 的支持。

    hibernate-java8 : 支持使用Java8特定的数据类型。

    hibernate-envers : 包含历史版本的特性。

    hibernate-spatial : 支持 Hibernate’s Spatial/GIS 数据类型。

    hibernate-osgi : Hibernate支持运行在 OSGi 容器中。

    hibernate-c3p0 : 集成C3P0连接池到Hibernate中。

    hibernate-hikaricp : 集成HikariCP连接池到Hibernate中。

    hibernate-proxool : 集成Proxool连接池到Hibernate中。

    hibernate-jcache : 集成JCache缓存特性到Hibernate中作为一个二级缓存提供者。

    hibernate-ehcache : 集成Ehcache缓存库到Hibernate中作为一个二级缓存提供者。

    hibernate-infinispan : 集成Infinispan缓存库到Hibernate中作为一个二级缓存提供者。

  • 相关阅读:
    POJ 1511
    POJ 1125
    POJ 2240
    POJ 1459
    POJ 1274
    POJ 1789
    POJ 2485,1258
    POJ 1236
    POJ 1273
    Ruby on Rails 观后感
  • 原文地址:https://www.cnblogs.com/selfchange/p/5564644.html
Copyright © 2011-2022 走看看