Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created July 13, 2018 05:54
Show Gist options
  • Save mohamed-gara/ab941463bd85424fa84b3795efd550bc to your computer and use it in GitHub Desktop.
Save mohamed-gara/ab941463bd85424fa84b3795efd550bc to your computer and use it in GitHub Desktop.
One To One reverse side
@Test
public void inverseSideRelationshipIsNotLazyLoaded() {
Person person = entityManager.find(Person.class, WIFE_ID);
assertThat(person).hasEagerlyLoaded("husband");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment