Interface CosmosEntityLocator


public interface CosmosEntityLocator
Locates CosmosDatabase entity types for registering.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<?>[]
    Locates the CosmosDatabase entity types.
  • Method Details

    • locateEntities

      Class<?>[] locateEntities() throws Exception
      Locates the CosmosDatabase entity types.
      Returns:
      CosmosDatabase entity types.
      Throws:
      Exception - If fails to locate the CosmosDatabase entity types.