JPA/EclipseLink - Component Mapping Using Annotations |@Embeddable & @Embedded
Latest
JPA/EclipseLink - Component Mapping Using Annotations |@Embeddable & @Embedded
In this example, we will learn Component Mapping using JPA annotations.Component Mapping represents the has-a relationship, composition is a stronger association where the contained object has no existence of its own.For example, a student has an address, an address cannot exist
eclipselinkhibernatejava
3 min
Read article →