Class FoodMartQuerySet


  • public class FoodMartQuerySet
    extends java.lang.Object
    Set of queries against the FoodMart database.
    • Constructor Detail

      • FoodMartQuerySet

        private FoodMartQuerySet()
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • instance

        public static FoodMartQuerySet instance()
                                         throws java.io.IOException
        Returns the singleton instance of the query set. It is backed by a soft reference, so it may be freed if memory is short and no one is using it.
        Throws:
        java.io.IOException