All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.orm.hibernate4.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.11
Show newest version

/**
 *
 * Package providing integration of
 * Hibernate 4.x
 * with Spring concepts.
 *
 * 

Contains an implementation of Spring's transaction SPI for local Hibernate transactions. * This package is intentionally rather minimal, with no template classes or the like, * in order to follow native Hibernate recommendations as closely as possible. * *

This package supports Hibernate 4.x only. * See the org.springframework.orm.hibernate3 package for Hibernate 3.x support. * */ package org.springframework.orm.hibernate4;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy