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.
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.