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