Skip to content

Conversation

thomasdarimont
Copy link
Contributor

This example demonstrates the use of JPA 2.1 fetch graphs in two ways:

  1. By referencing a NamedEntityGraph declared on the Product entity
  2. Declarativly defining an entity graph on a repository query method.

…1 EntityGraphs.

This demonstartes the use of JPA 2.1 fetch graphs in two ways.
1) By referencing a NamedEntityGraph declared on the Product entity
2) Declarativly defining an entity graph on a repository query method.
schauder pushed a commit that referenced this pull request Nov 9, 2020
This demonstrates the use of JPA 2.1 fetch graphs in two ways.
1. By referencing a NamedEntityGraph declared on the Product entity
2. Declaratively defining an entity graph on a repository query method.

Original pull request: #126.
schauder added a commit that referenced this pull request Nov 9, 2020
Use AssertJ for assertions.
Adjust copyright.

Original pull request: #126.
@schauder
Copy link
Contributor

schauder commented Nov 9, 2020

Thanks this is finally rebased and polished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add example to demonstrate support for JPA 2.1 EntityGraphs.
3 participants