Package net.officefloor.nosql.objectify
Interface ObjectifyEntityLocator
-
- All Known Implementing Classes:
ObjectifyEntities
,ObjectifyEntities
public interface ObjectifyEntityLocator
LocatesObjectify
Entity
types for registering.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>[]
locateEntities()
Locates theObjectify
Entity
types.
-