What are ORM’s supported by Spring?
Answered
What are ORM’s supported by Spring?
Best answer
Spring supports the following ORM’s :
- Hibernate
- iBatis
- JPA (Java Persistence API)
- TopLink
- JDO (Java Data Objects)
- OJB