Object-Relational Mapping (ORM) is the process of converting Java objects to database tables. In other words, this allows us to interact with a relational database without any SQL. The Java Persistence API (JPA) is a specification that defines how to persist data in Java applications. The primary focus of JPA is the ORM layer.
Hibernate is one of the most popular Java ORM frameworks in use today. Its first release was almost twenty years ago, and still has excellent community support and regular releases. Additionally, Hibernate is a standard implementation of the JPA specification, with a few additional features that are specific to Hibernate. Let's take a look at some core features of JPA and Hibernate.
Image may be NSFW.
Clik here to view.
Clik here to view.

Defining Entities
- Defining JPA Entities
- Hibernate Entity Lifecycle
- JPA Entity Lifecycle Events
- Default Column Values in JPA
- JPA @Basic Annotation
- Mapping Entity Class Names to SQL Table Names with JPA
- Difference Between @Size, @Length, and @Column(length=value)
- JPA Entity Equality
- JPA @Embedded And @Embeddable
- JPA Attribute Converters
- Hibernate @NotNull vs @Column(nullable = false)
Image may be NSFW.
Clik here to view.
Clik here to view.

Entity Relationships
- One-to-One Relationship in JPA
- Many-To-Many Relationship in JPA
- @JoinColumn Annotation Explained
- Difference Between @JoinColumn and mappedBy
- Mapping a Single Entity to Multiple Tables in JPA
- Overview of JPA/Hibernate Cascade Types
- Hibernate @WhereJoinTable Annotation
- Hibernate Inheritance Mapping
- Hibernate One to Many Annotation Tutorial
Image may be NSFW.
Clik here to view.
Clik here to view.

Identifiers
Image may be NSFW.
Clik here to view.
Clik here to view.

Read Operations
Image may be NSFW.
Clik here to view.
Clik here to view.

Query Criteria
Image may be NSFW.
Clik here to view.
Clik here to view.

Pagination and Sorting
Image may be NSFW.
Clik here to view.
Clik here to view.

Query Results
Image may be NSFW.
Clik here to view.
Clik here to view.

Write Operations
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Clik here to view.

Clik here to view.

Clik here to view.

Clik here to view.

Clik here to view.

Clik here to view.

Clik here to view.

Clik here to view.
