Uses of Enum Class
org.springframework.data.jpa.repository.EntityGraph.EntityGraphType
Packages that use 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
Methods in org.springframework.data.jpa.repository that return EntityGraph.EntityGraphTypeModifier 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
Methods in org.springframework.data.jpa.repository.query that return EntityGraph.EntityGraphTypeModifier and TypeMethodDescriptionJpaEntityGraph.getType()
Returns theEntityGraph.EntityGraphType
of theEntityGraph
to use.Constructors in org.springframework.data.jpa.repository.query with parameters of type EntityGraph.EntityGraphTypeModifierConstructorDescriptionJpaEntityGraph
(String name, EntityGraph.EntityGraphType type, String[] attributePaths) Creates anJpaEntityGraph
with the given name,EntityGraph.EntityGraphType
and attribute paths.