Interface ObjectifyEntityLocator


public interface ObjectifyEntityLocator
Locates Objectify Entity types for registering.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<?>[]
    Locates the Objectify Entity types.
  • Method Details

    • locateEntities

      Class<?>[] locateEntities() throws Exception
      Locates the Objectify Entity types.
      Returns:
      Objectify Entity types.
      Throws:
      Exception - If fails to locate the Objectify Entity types.