Interface CosmosEntityLocator

  • All Known Implementing Classes:
    CosmosAsyncDbEntities, CosmosDbEntities

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

      • locateEntities

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