JPA

Java Persistance API

Entity Types

The "Owning Side" of a relationship will hold the foreign key in the database.

Fetch Type

Cascade Types

If I delete the parent will the child be deleted as well?

By default, no operations are cascaded

Embeddable Types

Inheritance

Create and Update Timestamps


Revision #2
Created 17 April 2022 00:48:54 by Elkip
Updated 17 April 2022 01:37:29 by Elkip