2

EclipseLink has extension functionality, namely fetch and load groups which allow finer control over the fetching and loading of data from a datastore in comparison to the standard JPA 2.0 capabilities.

Now, in JPA 2.1, entity graphs seem to provide similar functionality.

Do entity graphs effectively make EclipseLink's fetch and load group extensions redundant in JPA 2.1?

Kevin
  • 4,070
  • 4
  • 45
  • 67

1 Answers1

0

My understanding was that Entity graphs are the JPA's way of exposing EclipseLink's attribute groups. The native attribute groups can expose more of the underlying functionality.

Chris
  • 20,138
  • 2
  • 29
  • 43