java.lang.Object
com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphs

@Deprecated public final class EntityGraphs extends Object
Deprecated.
Created on 04/08/18.
Author:
Reda.Housni-Alaoui
  • Method Details

    • named

      public static EntityGraph named(String name)
      Deprecated.
      Parameters:
      name - The name of the targeted EntityGraph
      Returns:
      An EntityGraph referenced by name
    • empty

      @Deprecated public static EntityGraph empty()
      Deprecated.
      Use EntityGraph.NOOP instead.
      Returns:
      An EntityGraph representing the absence of entity graph
    • isEmpty

      public static boolean isEmpty(EntityGraph entityGraph)
      Deprecated.