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?