Class CosmosDbEntities
- java.lang.Object
-
- net.officefloor.tutorial.cosmosdbhttpserver.CosmosDbEntities
-
- All Implemented Interfaces:
CosmosEntityLocator
public class CosmosDbEntities extends java.lang.Object implements CosmosEntityLocator
CosmosDatabaseentity instances.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description CosmosDbEntities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>[]locateEntities()Locates theCosmosDatabaseentity types.
-
-
-
Method Detail
-
locateEntities
public java.lang.Class<?>[] locateEntities() throws java.lang.ExceptionDescription copied from interface:CosmosEntityLocatorLocates theCosmosDatabaseentity types.- Specified by:
locateEntitiesin interfaceCosmosEntityLocator- Returns:
CosmosDatabaseentity types.- Throws:
java.lang.Exception- If fails to locate theCosmosDatabaseentity types.
-
-