Class ObjectifyEntities
- java.lang.Object
-
- net.officefloor.tutorial.objectifyhttpserver.ObjectifyEntities
-
- All Implemented Interfaces:
ObjectifyEntityLocator
public class ObjectifyEntities extends java.lang.Object implements ObjectifyEntityLocator
ObjectifyEntityinstances.- 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 theObjectifyEntitytypes.
-
-
-
Method Detail
-
locateEntities
public java.lang.Class<?>[] locateEntities() throws java.lang.ExceptionDescription copied from interface:ObjectifyEntityLocatorLocates theObjectifyEntitytypes.- Specified by:
locateEntitiesin interfaceObjectifyEntityLocator- Returns:
ObjectifyEntitytypes.- Throws:
java.lang.Exception- If fails to locate theObjectifyEntitytypes.
-
-