Class PlanCollection

    • Constructor Detail

      • PlanCollection

        public PlanCollection​(com.mongodb.client.MongoDatabase mongoDatabase)
    • Method Detail

      • getAdditionalQueryFragments

        public List<org.bson.conversions.Bson> getAdditionalQueryFragments​(javax.json.JsonObject queryParameters)
        Overrides:
        getAdditionalQueryFragments in class Collection<Plan>
        Parameters:
        queryParameters - some context parameters that might be required to generate the additional query fragments
        Returns:
        a list of query fragments to be appended to the queries when calling the method find()