Use Jakarta EE 9 fetchgraph hint.
Migrate from the old Java EE fetchgraph hint (javax.persistence.fetchgraph) to the new Jakarta EE fetchgraph hint (jakarta.persistence.fetchgraph) hint. Resolves #2825 Original pull request #2828
This commit is contained in:
committed by
Jens Schauder
parent
c63d0bfd82
commit
aab0efa5df
@@ -30,11 +30,12 @@ import org.springframework.data.mapping.PropertyPath;
|
||||
*
|
||||
* @author Jens Schauder
|
||||
* @author Petr Strnad
|
||||
* @author Greg Turnquist
|
||||
* @since 2.6
|
||||
*/
|
||||
abstract class EntityGraphFactory {
|
||||
|
||||
public static final String HINT = "javax.persistence.fetchgraph";
|
||||
public static final String HINT = "jakarta.persistence.fetchgraph";
|
||||
|
||||
/**
|
||||
* Create an {@link EntityGraph} from a collection of properties.
|
||||
|
||||
Reference in New Issue
Block a user