OneToMany

@OneToMany(referencedProperty) - referenced objects use one-to-many relation, requires additional property name in target entity which has specified foreign key column and ManyToOne to join with current entity's primary key.

struct OneToMany {}

Members

Variables

name
string name;
Undocumented in source.

Meta