Skip to content

Instantly share code, notes, and snippets.

@szmeku
Created June 21, 2014 22:22
Show Gist options
  • Save szmeku/6966fd373cb9212b6e67 to your computer and use it in GitHub Desktop.
Save szmeku/6966fd373cb9212b6e67 to your computer and use it in GitHub Desktop.
TestAspectEntity
@OneToOne(mappedBy="testAspect", cascade = CascadeType.ALL)
private TestKnowledgeEntity knowledge = new TestKnowledgeEntity();
TestKnowledgeEntity
@OneToOne
@JoinColumn(name="testAspectId")
private TestAspectEntity testAspect;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment