Registry / orm / spring-orm

spring-orm

JSON →
library7.0.7javamavenunverified

Provides integration classes for Object/Relational Mapping frameworks like Hibernate and JPA.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-ORM
S
spring-orm
ormjavav7.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocalSessionFactoryBean
org.springframework.orm.hibernate5.LocalSessionFactoryBean

Configures a Hibernate SessionFactory bean using Spring ORM.

import org.springframework.orm.hibernate5.LocalSessionFactoryBean; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class HibernateConfig { @Bean public LocalSessionFactoryBean sessionFactory() { return new LocalSessionFactoryBean(); } }
Debug
Known issues
breakingSpring ORM 7.x requires Spring Framework 7.x and Jakarta EE 10.
fix
Ensure your project uses Spring Framework 7.x and Jakarta EE 10 compatible dependencies.
affects: >=7.0.0
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
OpenAI (training)
1
Resources
spring-orm — mvn dependency:get spring-orm · libregistry