November 2018
Intermediate to advanced
388 pages
9h 5m
English
Data persistence is an important aspect in an enterprise application. Almost all businesses are data driven. Persisting this data, retrieving it, and processing it in order to make business decisions are common activities in an enterprise application:

The component that deals with data persistence and data retrieval is popularly known as the object-relational mapping (ORM) component. Persistence frameworks also offer ORM layers of abstraction between the application and the database. The persistence framework is responsible for converting the state of objects to entities, persisting them to a relational database, and ...
Read now
Unlock full access