Package org.springframework.orm.hibernate5


@NonNullApi @NonNullFields package org.springframework.orm.hibernate5
Package providing integration of Hibernate ORM 5.x with Spring concepts.

This package supports Hibernate 5.x while also tolerating use against Hibernate ORM 6.x for migration purposes. Note that we strongly recommend Hibernate's native sessionFactory.getCurrentSession() style.