Skip to content

Conversation

@rbygrave
Copy link
Member

@rbygrave rbygrave commented Apr 4, 2025

Add support for initialisation of OneToMany etc using new LinkedList<>()

  @OneToMany(cascade = CascadeType.PERSIST)
  final List<Contact> listCollLinked = new LinkedList<>();

@rbygrave rbygrave self-assigned this Apr 4, 2025
@rbygrave rbygrave merged commit 2553418 into master Apr 4, 2025
2 checks passed
@rbygrave rbygrave deleted the feature/LinkedList branch April 4, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants