Uses of Interface
com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Packages that use EntityGraph
-
Uses of EntityGraph in com.cosium.spring.data.jpa.entity.graph.domain
Classes in com.cosium.spring.data.jpa.entity.graph.domain that implement EntityGraphModifier and TypeClassDescriptionclassDeprecated.Without replacementclassDeprecated.UseDynamicEntityGraphinstead.classDeprecated.UseNamedEntityGraphinstead.Methods in com.cosium.spring.data.jpa.entity.graph.domain that return EntityGraphModifier and TypeMethodDescriptionstatic EntityGraphEntityGraphs.empty()Deprecated.UseEntityGraph.NOOPinstead.static EntityGraphEntityGraphUtils.fromAttributePaths(EntityGraphType type, String... attributePaths) Deprecated.static EntityGraphEntityGraphUtils.fromAttributePaths(String... attributePaths) Deprecated.static EntityGraphDeprecated.static EntityGraphDeprecated.Methods in com.cosium.spring.data.jpa.entity.graph.domain that return types with arguments of type EntityGraphModifier and TypeMethodDescriptionstatic Optional<EntityGraph>OptionalEntityGraph.of(EntityGraph entityGraph) Deprecated.Methods in com.cosium.spring.data.jpa.entity.graph.domain with parameters of type EntityGraphModifier and TypeMethodDescriptionstatic booleanEntityGraphs.isEmpty(EntityGraph entityGraph) Deprecated.static Optional<EntityGraph>OptionalEntityGraph.of(EntityGraph entityGraph) Deprecated.Constructors in com.cosium.spring.data.jpa.entity.graph.domain with parameters of type EntityGraphModifierConstructorDescriptionEntityGraphQueryHintFactory(javax.persistence.EntityManager entityManager, Class<?> entityType, EntityGraph entityGraph) Deprecated.