Interface ObjectifyEntityLocator

  • All Known Implementing Classes:
    ObjectifyEntities, ObjectifyEntities

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

      • locateEntities

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