Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marco Behler a5d8c120d3
Update 104-java-orm with marcobehler article (#3039)
2 years ago
..
100-jpa.md Add JPA content (#1695) 2 years ago
101-spring-data-jpa.md Added Content (#1929) 2 years ago
102-hibernate.md Remove dead link for ORM (#2741) 2 years ago
103-ebean.md Added jdbi3, cucumber, ebean content (#2209) 2 years ago
readme.md Update 104-java-orm with marcobehler article (#3039) 2 years ago

readme.md

ORM (Object-Relational Mapping)

A programming method to map objects in Java to relational entities in a database. In other words, converting data between relational databases and object-oriented programming languages. Some popular ORM tools/frameworks in Java are:

  • Spring Data JPA
  • Hibernate
  • Ebean

Free Content ORM tutorial Java Databases: An Overview of Libraries & APIs