Skip to content

Instantly share code, notes, and snippets.

@stliu
Last active December 26, 2015 03:29
Show Gist options
  • Save stliu/7086002 to your computer and use it in GitHub Desktop.
Save stliu/7086002 to your computer and use it in GitHub Desktop.
Employee{
	@OneToMany
	Set<Employee> children;
	@ManyToOne
	Address address;
}

EntityGraph(Employee)
	|
	---- AttributeNode(children) - SubGraph(Employee)
																		|
																		---- AttributeNode(address)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment