© Josh Juneau 2018
Josh JuneauJava EE 8 Recipeshttps://doi.org/10.1007/978-1-4842-3594-2_8

8. Object-Relational Mapping

Josh Juneau1 
(1)
Hinckley, Illinois, USA
 

For years, the Java Database Connectivity API (JDBC) was the standard for working with databases both web or desktop Java applications alike. Over the years, techniques for obtaining access to data stores and working with data within applications has evolved, and many organizations began to develop their own strategies for working with data in a more convenient way. Developers often find it easier to work with Java objects rather than Structured Query Language (SQL) for relational data. Chapter 7 discusses some techniques that have been used in order to encapsulate SQL into separate utility ...

Get Java EE 8 Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.