Uses of Enum Class
org.springframework.data.jpa.repository.EntityGraph.EntityGraphType
Package
Description
Interfaces and annotations for JPA specific repositories.
Query implementation to execute queries against JPA.
-
Uses of EntityGraph.EntityGraphType in org.springframework.data.jpa.repository
Modifier and TypeMethodDescriptionstatic EntityGraph.EntityGraphType
Returns the enum constant of this class with the specified name.static EntityGraph.EntityGraphType[]
EntityGraph.EntityGraphType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityGraph.EntityGraphType in org.springframework.data.jpa.repository.query
Modifier and TypeMethodDescriptionJpaEntityGraph.getType()
Returns theEntityGraph.EntityGraphType
of theEntityGraph
to use.ModifierConstructorDescriptionJpaEntityGraph
(String name, EntityGraph.EntityGraphType type, String[] attributePaths) Creates anJpaEntityGraph
with the given name,EntityGraph.EntityGraphType
and attribute paths.