Uses of Enum Class
com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
Packages that use EntityGraphType
Package
Description
-
Uses of EntityGraphType in com.cosium.spring.data.jpa.entity.graph.domain
Methods in com.cosium.spring.data.jpa.entity.graph.domain that return EntityGraphType -
Uses of EntityGraphType in com.cosium.spring.data.jpa.entity.graph.domain2
Methods in com.cosium.spring.data.jpa.entity.graph.domain2 that return EntityGraphTypeModifier and TypeMethodDescriptionEntityGraphQueryHint.type()static EntityGraphTypeReturns the enum constant of this class with the specified name.static EntityGraphType[]EntityGraphType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cosium.spring.data.jpa.entity.graph.domain2 with parameters of type EntityGraphTypeModifier and TypeMethodDescriptionstatic DynamicEntityGraph.BuilderDynamicEntityGraph.builder(EntityGraphType type) Constructors in com.cosium.spring.data.jpa.entity.graph.domain2 with parameters of type EntityGraphTypeModifierConstructorDescriptionDynamicEntityGraph(EntityGraphType type, List<String> attributePaths) EntityGraphQueryHint(EntityGraphType type, javax.persistence.EntityGraph<?> entityGraph) EntityGraphQueryHint(EntityGraphType type, javax.persistence.EntityGraph<?> entityGraph, boolean failIfInapplicable) NamedEntityGraph(EntityGraphType type, String name)