Database Integration: Overview of Using JPA & Hibernate

Java    |    Beginner
  • 9 videos | 1h 14m 3s
  • Includes Assessment
  • Earns a Badge
Rating 4.8 of 38 users Rating 4.8 of 38 users (38)
Object-relational mapping (ORM) allows Java objects to be mapped to database tables and vice versa. Use this course to learn more about the Java Persistence API (JPA), which defines how Java objects and relational data should be mapped, and Hibernate, an object-relational mapping solution for Java environments. Start by exploring how to create an application that uses Hibernate APIs directly to interact with a database and examining hibernate configuration files in greater detail. You'll also investigate how Java objects can be created in an app and then persisted in a database and discover how the same operations can be implemented by applying JPA configurations, which then use Hibernate under the hood. Once you've completed this course, you'll be able to distinguish between JPA and Hibernate while also recognizing how they are connected.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Describe object-relational mapping and the role of jpa and hibernate in implementing this technique
    Use apache maven to create a java project that uses the hibernate framework
    Integrate an application with a relational database using hibernate configurations and apis
    Apply hibernate apis to persist the data in java objects to a relational database
  • Use jpa configurations and annotations to define the entities in a java app and map them to a relational database
    Define how a database schema will be set up once a jpa app is launched
    Use sql scripts to set up a database for use by a java app
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 2 users Rating 4.5 of 2 users (2)
Rating 4.4 of 253 users Rating 4.4 of 253 users (253)
Rating 4.6 of 75 users Rating 4.6 of 75 users (75)