SyntaxFix
Write A Post
Hire A Developer
Questions
I guess you can use @CollectionOfElements (for hibernate/jpa 1) / @ElementCollection (jpa 2) to map a collection of "entity properties" to a List in entity.
@CollectionOfElements
@ElementCollection
List
entity
You can create the EntityProperty type and annotate it with @Embeddable
EntityProperty
@Embeddable