Interface Lazy

All Known Implementing Classes:
LazyRowImpl

public interface Lazy
Represents a lazily loaded CDS data object.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the query to load the data has been executed.
    void
    Loads the data.
    Loads the data.
  • Method Details

    • load

      void load()
      Loads the data.
    • isLoaded

      boolean isLoaded()
      Returns true if the query to load the data has been executed.
      Returns:
      true if the query has been executed, otherwise false
    • loadData

      Object loadData()
      Loads the data.
      Returns:
      the data object (List or Map)