Interface AbstractObjectifyJUnit.ResultLoader<E>

Enclosing class:
AbstractObjectifyJUnit

public static interface AbstractObjectifyJUnit.ResultLoader<E>
Loads the entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.googlecode.objectify.LoadResult<E>
    load(com.googlecode.objectify.cmd.LoadType<E> loadType)
    Loads the result.
  • Method Details

    • load

      com.googlecode.objectify.LoadResult<E> load(com.googlecode.objectify.cmd.LoadType<E> loadType)
      Loads the result.
      Parameters:
      loadType - LoadType.
      Returns:
      LoadResult.