Close

JPA Examples

JPA Entity Examples
JPA Inheritance Examples
JPQL Examples
JPA - java.util.Map entity keys and values with ManyToMany relationship
JPA - Mapping the java.util.Map having @Entity keys and basic type values with @CollectionTable, @MapKeyJoinColumn and @Column
JPA - Mapping java.util.Map with @Embeddable keys with @CollectionTable and @Column
JPA - java.util.Map entity values with ManyToMany relationship
JPA - OneToMany foreign key mapping strategy for persisting Map with basic type keys and entity values
JPA - OneToMany/ManyToOne bidirectional example for persisting Map with basic type keys and entity values
JPA - @OneToMany + @JoinTable + @MapKeyColumn example for persisting Map with basic type keys and entity values
JPA - @JoinColumn with @OneToOne Example
JPA - Making @OneToOne relationship mandatory by setting optional=false