Class ObjectifyEntities

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?>[] locateEntities()
      Locates the Objectify Entity types.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectifyEntities

        public ObjectifyEntities()
    • Method Detail

      • locateEntities

        public java.lang.Class<?>[] locateEntities()
                                            throws java.lang.Exception
        Description copied from interface: ObjectifyEntityLocator
        Locates the Objectify Entity types.
        Specified by:
        locateEntities in interface ObjectifyEntityLocator
        Returns:
        Objectify Entity types.
        Throws:
        java.lang.Exception - If fails to locate the Objectify Entity types.