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

@Deprecated public abstract class AbstractEntityGraph extends Object implements EntityGraph
Deprecated.
Without replacement
Created on 22/11/16.
Author:
Reda.Housni-Alaoui
  • Field Details

    • DEFAULT_ENTITY_GRAPH_TYPE

      protected static final EntityGraphType DEFAULT_ENTITY_GRAPH_TYPE
      Deprecated.
  • Constructor Details

    • AbstractEntityGraph

      public AbstractEntityGraph()
      Deprecated.
    • AbstractEntityGraph

      public AbstractEntityGraph(EntityGraphType entityGraphType)
      Deprecated.
    • AbstractEntityGraph

      public AbstractEntityGraph(EntityGraphType entityGraphType, boolean optional)
      Deprecated.
  • Method Details

    • getEntityGraphType

      public EntityGraphType getEntityGraphType()
      Deprecated.
      Specified by:
      getEntityGraphType in interface EntityGraph
      Returns:
      The type of the entity graph. May be null.
    • setEntityGraphType

      public void setEntityGraphType(EntityGraphType entityGraphType)
      Deprecated.
    • isOptional

      public boolean isOptional()
      Deprecated.
      False by default
      Specified by:
      isOptional in interface EntityGraph
      Returns:
      True if the EntityGraph is optional.
      Passing an optional EntityGraph to an unsupported method will not trigger InapplicableEntityGraphException.
    • setOptional

      public void setOptional(boolean optional)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object