Class EntityGraphUtils
java.lang.Object
com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
Deprecated.
Created on 22/11/16.
- Author:
- Reda.Housni-Alaoui
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityGraphfromAttributePaths(EntityGraphType type, String... attributePaths) Deprecated.static EntityGraphfromAttributePaths(String... attributePaths) Deprecated.static EntityGraphDeprecated.
-
Method Details
-
fromName
Deprecated.- Parameters:
name- The name of the targeted EntityGraphoptional- Is the EntityGraph usage optional?- Returns:
- An EntityGraph referenced by name
-
fromAttributePaths
Deprecated.- Parameters:
attributePaths- The attribute paths to be present in the result- Returns:
- A
DynamicEntityGraphwith the path attributes passed in as arguments.
-
fromAttributePaths
Deprecated.- Parameters:
type- AEntityGraphTypeto useattributePaths- The attribute paths to be present in the result- Returns:
- A
DynamicEntityGraphwith the path attributes passed in as arguments.
-
NamedEntityGraphorDynamicEntityGraphinstead.