Class QLinSubNode<T>

    • Field Detail

    • Constructor Detail

      • QLinSubNode

        public QLinSubNode​(QLinRoot<T> root)
    • Method Detail

      • query

        protected Query query()
      • limit

        public QLin<T> limit​(int size)
      • select

        public ObjectSet<T> select()
        Description copied from interface: QLin
        executes the QLin query and returns the result as an ObjectSet. Note that ObjectSet extends List and Iterable on the platforms that support these interfaces. You may want to use these interfaces instead of working directly against an ObjectSet.