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
Subclasses with type arguments of type EntityGraph.EntityGraphType in org.springframework.data.jpa.repositoryModifier and TypeClassDescriptionstatic enumEnum for JPA 2.1EntityGraphtypes.Methods in org.springframework.data.jpa.repository that return EntityGraph.EntityGraphTypeModifier and TypeMethodDescriptionstatic EntityGraph.EntityGraphTypeReturns 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.EntityGraphTypeof theEntityGraphto use.Constructors in org.springframework.data.jpa.repository.query with parameters of type EntityGraph.EntityGraphTypeModifierConstructorDescriptionJpaEntityGraph(String name, EntityGraph.EntityGraphType type, String @Nullable [] attributePaths) Creates anJpaEntityGraphwith the given name,EntityGraph.EntityGraphTypeand attribute paths.