Class CosmosAsyncDbEntities

  • All Implemented Interfaces:
    CosmosEntityLocator

    public class CosmosAsyncDbEntities
    extends java.lang.Object
    implements CosmosEntityLocator
    CosmosDatabase entity instances.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?>[] locateEntities()
      Locates the CosmosDatabase entity types.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CosmosAsyncDbEntities

        public CosmosAsyncDbEntities()
    • Method Detail

      • locateEntities

        public java.lang.Class<?>[] locateEntities()
                                            throws java.lang.Exception
        Description copied from interface: CosmosEntityLocator
        Locates the CosmosDatabase entity types.
        Specified by:
        locateEntities in interface CosmosEntityLocator
        Returns:
        CosmosDatabase entity types.
        Throws:
        java.lang.Exception - If fails to locate the CosmosDatabase entity types.