@ManyToMany

From NovaOrdis Knowledge Base
Revision as of 04:01, 16 October 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Declares a many-to-many relationship.

@ManyToMany(targetEntity = Something.class)
private List<Something> somethings;