Class ObjectifyEntities
- java.lang.Object
-
- net.officefloor.tutorial.googleappenginehttpserver.ObjectifyEntities
-
- All Implemented Interfaces:
ObjectifyEntityLocator
public class ObjectifyEntities extends java.lang.Object implements ObjectifyEntityLocator
Objectify
Entity
instances.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ObjectifyEntities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>[]
locateEntities()
Locates theObjectify
Entity
types.
-
-
-
Method Detail
-
locateEntities
public java.lang.Class<?>[] locateEntities() throws java.lang.Exception
Description copied from interface:ObjectifyEntityLocator
Locates theObjectify
Entity
types.- Specified by:
locateEntities
in interfaceObjectifyEntityLocator
- Returns:
Objectify
Entity
types.- Throws:
java.lang.Exception
- If fails to locate theObjectify
Entity
types.
-
-