ORM - 20 Years Later

ORM - 20 Years Later

Devoxx via YouTube Direct link

We let people believe that they always need a DAO/repository layer with ORM

4 of 9

4 of 9

We let people believe that they always need a DAO/repository layer with ORM

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

ORM - 20 Years Later

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Specify all the data you're about to use, as part of the initial query 2. Navigate the object graph, avoiding the use of lazy fetching
  3. 3 Some users struggle dealing with managed entities and persistence contexts
  4. 4 We let people believe that they always need a DAO/repository layer with ORM
  5. 5 Impossible to access the database using non-blocking I/O
  6. 6 Reworked type system , making it easier to customize type mappings using annotations
  7. 7 Instead: you should do your own performance testing in a realistic deployment environment under load
  8. 8 Compile Hibernate programs to native code using GraalVM with dead code elimination
  9. 9 Dev mode + dev services: a unique developer experience

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.