Class QLinRoot<T>

  • All Implemented Interfaces:
    QLin<T>

    public class QLinRoot<T>
    extends QLinSodaNode<T>
    • Constructor Detail

      • QLinRoot

        public QLinRoot​(Query query,
                        java.lang.Class<T> clazz)
    • Method Detail

      • query

        public Query query()
      • 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.
      • limit

        public QLin<T> limit​(int size)