Created
June 21, 2014 22:22
-
-
Save szmeku/6966fd373cb9212b6e67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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