hibernate-testing: Supports unit testing.
Hibernate-swarmcache: Supports Swarmcache, a simple and powerful distributed caching mechanism. It uses IP multicast to effectively communicate between cached instances. It is an ideal choice to quickly improve the performance of clustered Web applications.
Hibernate-proxool: Supports Proxool connection pool, and performance is comparable to DBCP.
Hibernate-oscache: Supports Oscache buffering solutions. (The Oscache tag library, designed by Opensymphony, is a groundbreaking JSP custom tagging application that provides the ability to implement fast memory buffering within existing JSP pages.) Oscache is a broad-based, high-performance, Oscache cache framework that can be used in a common caching solution for any Java application. )
HIBERNATE-JMX: Support for JMX (Java managementextensions, or Java Management Extensions) is a framework for embedding management functions for applications, devices, systems, and so on. JMX can flexibly develop seamlessly integrated systems, network, and service management applications across a range of heterogeneous operating system platforms, system architectures, and network transport protocols.
Hibernate-jbosscache: Jbosscache is a replicated transaction cache that allows you to cache enterprise application data to better improve performance. Cached data is automatically copied, allowing you to easily perform cluster work between JBoss servers. Jbosscache can run an Mbean service through JBoss application service or another Java EE container, and of course it can run independently. The Jbosscache consists of two modules: Treecache and TREECACHEAOP. Treecache--is a tree-structured transactional cache of replication. TREECACHEAOP-is an "object-oriented" cache that uses AOP to dynamically manage Pojo.
Hibernate-infinispan: Infinispan is an open source data grid platform. It exposes a simple data structure (a cache) to store objects. While it is possible to run In?nspan in local mode, its real value is distributed, in which In?nispan can cache the cluster and expose the bulk of the heap memory.
hibernate-envers: The Envers project goal is to make translating JPA persistence classes easier. Record individual entity change history.
Hibernate-entitymanager: Hibernate Entitymanager implements the EJB3.0 JPA specification. Hibernate Java Persistence Provider through the Sun TCK test and fully certified, you can use Hibernate Java Persistence Pro in any environment of Java SE 5.0, or Java EE 5.0 Vider.
Hibernate-ehcache: EhCache is a pure Java in-process caching framework that is fast, lean, and is the default Cacheprovider in Hibernate.
Hibernate-core: Core package.
hibernate-c3p0: C3P0 is an open source JDBC connection pool that is used by default in Hibernate's release package.
hibernate-annotations: Annotation Configuration
Hibernate each Package