I wanted to create unidirectional relation between Author and Skill.
Author
Skill
My models are as below:
public class Author: Entity {