Skip to content

@ElementCollection support #239

Open
@easybest

Description

@easybest
@Entity
public class Person {
@Id protected String ssn;
protected String name;

@ElementCollection
protected Set<String> nickNames = new HashSet();

// ...
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions