Skip to content

Support OneToMany relations #18

Description

@pschaub

Currently ManyToOne, ManyToMany and OneToOne are supported.

Annotation on OneToMany relations
Currently the annotation is ignored if you use it on an OneToMany relation.

Workaround
You need to set the annotation to the mapped side (ManyToOne) instead of the inversed side (OneToMany).

Suggestion
There should be support for "OneToMany" relations.
OR
There should be a error message to warn the developer about the mistake.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions