Complete Developer Podcast

Why Your DBA Hates Your ORM

Complete Developer Podcast

Typically an ORM integrates a unit of work pattern that allows you to modify multiple objects then push the changes back to the database as a unit. This returns a chunk of data known as an aggregate root. The ORM pulls the data from the database and allows the developer to edit the data as an object in the code then returns it to the database. The ORM figures out what SQL to generate to send the data back to the database. This is called a unit of work pattern. It is effectively a transaction as it either all goes to the database or none.

The post Why Your DBA Hates Your ORM appeared first on Complete Developer Podcast.

Next Episodes

Complete Developer Podcast

Creational Design Patterns @ Complete Developer Podcast

📆 2016-05-12 07:00 / 00:50:56


Complete Developer Podcast

The Value in Not Working @ Complete Developer Podcast

📆 2016-05-05 07:00 / 00:57:12



Complete Developer Podcast

An Introduction to Design Patterns @ Complete Developer Podcast

📆 2016-04-21 07:00 / 00:55:32


Complete Developer Podcast

Learning Styles @ Complete Developer Podcast

📆 2016-04-14 07:00 / 00:56:28