Series

Spring JPA.

Core concepts you frequently encounter when mapping entity associations in JPA.

Read from the start

Episodes

  1. 1
    EP 01·2019년 12월 4일

    A Summary of JPA Association Mapping

    Core concepts you frequently encounter when mapping entity associations in JPA.

  2. 2
    EP 02·2019년 12월 6일

    JPA Many-to-One (N:1) + One-to-Many (1:N) @ManyToOne, @OneToMany Associations

    How JPA's most frequently used many-to-one (N:1) and one-to-many (1:N) associations work.

  3. 3
    EP 03·2019년 12월 10일

    The JPA N+1 Problem and How to Solve It

    When the JPA N+1 problem occurs and the various ways to solve it.

  4. 4
    EP 04·2019년 12월 27일

    JPA One-to-One (1:1) @OneToOne Association

    How to map one-to-one (1:1) associations in JPA, including foreign keys on the owning vs. target table.

Other series