java.lang.Object
com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
All Implemented Interfaces:
EntityGraph, EntityGraph

@Deprecated public class DynamicEntityGraph extends AbstractEntityGraph
Deprecated.
Use DynamicEntityGraph instead.
Created on 22/11/16.
Author:
Reda.Housni-Alaoui
  • Constructor Details

    • DynamicEntityGraph

      public DynamicEntityGraph(List<String> attributePaths)
      Deprecated.
    • DynamicEntityGraph

      public DynamicEntityGraph(EntityGraphType type, List<String> attributePaths)
      Deprecated.
  • Method Details

    • getEntityGraphAttributePaths

      public List<String> getEntityGraphAttributePaths()
      Deprecated.
      Returns:
      The attribute paths. May be null.
    • getEntityGraphName

      public final String getEntityGraphName()
      Deprecated.
      Returns:
      The name to use to retrieve the EntityGraph. May be null.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class AbstractEntityGraph
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object