Class AbstractQueryGenerator

    • Constructor Detail

      • AbstractQueryGenerator

        protected AbstractQueryGenerator()
        Initialization
    • Method Detail

      • generateCosmosQuery

        protected SqlQuerySpec generateCosmosQuery​(@NonNull
                                                   CosmosQuery query,
                                                   @NonNull
                                                   String queryHead)
        Generates a Cosmos query.
        Parameters:
        query - the representation for query method.
        queryHead - the query head.
        Returns:
        the SQL query spec.