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

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

    • NamedEntityGraph

      public NamedEntityGraph(EntityGraphType type, boolean optional, String name)
      Deprecated.
    • NamedEntityGraph

      public NamedEntityGraph(EntityGraphType type, String name)
      Deprecated.
    • NamedEntityGraph

      public NamedEntityGraph(String name)
      Deprecated.
  • Method Details

    • getEntityGraphName

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

      public final List<String> getEntityGraphAttributePaths()
      Deprecated.
      Returns:
      The attribute paths. 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