Interface NavigationPropertyFollower


public interface NavigationPropertyFollower
Interface for a class that follows a navigation link and returns the linked Entity.
Author:
scf
  • Method Summary

    Modifier and Type
    Method
    Description
    fetch(Entity source)
    Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.
  • Method Details

    • fetch

      Entity fetch(Entity source)
      Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.
      Parameters:
      source - The source Entity.
      Returns:
      The linked target Entity.