All Superinterfaces:
EntityGraph
All Known Implementing Classes:
AbstractEntityGraph, DynamicEntityGraph, NamedEntityGraph

@Deprecated public interface EntityGraph extends EntityGraph
Deprecated.
Use EntityGraph instead.
Created on 22/11/16.
Author:
Reda.Housni-Alaoui
  • Method Details

    • getEntityGraphType

      EntityGraphType getEntityGraphType()
      Deprecated.
      Returns:
      The type of the entity graph. May be null.
    • getEntityGraphName

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

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

      boolean isOptional()
      Deprecated.
      Returns:
      True if the EntityGraph is optional.
      Passing an optional EntityGraph to an unsupported method will not fail.
    • buildQueryHint

      default Optional<EntityGraphQueryHint> buildQueryHint(javax.persistence.EntityManager entityManager, Class<?> entityType)
      Deprecated.
      Specified by:
      buildQueryHint in interface EntityGraph
      Returns:
      A query hint to apply to a query. If empty, the entity graph will be ignored and therefore not applied to the query.