Employee{
@OneToMany
Set<Employee> children;
@ManyToOne
Address address;
}
EntityGraph(Employee)
|
---- AttributeNode(children) - SubGraph(Employee)
|
---- AttributeNode(address)
Last active
December 26, 2015 03:29
-
-
Save stliu/7086002 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment