Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.odbms.Query

Uses of Query in org.odbms
 

Methods in org.odbms that return Query
 Query Query.descendant(java.lang.String path)
          returns a reference to a descendant node in the query graph.
 Query Query.parent(java.lang.String path)
          returns a reference to a parent node in the query graph.
 Query Query.limitSize(int count)
          limits the maximum amount of objects returned.
 Query Query.orderAscending()
          adds an ascending order criteria to this node of the query graph.
 Query Query.orderDescending()
          adds a descending order criteria to this node of the query graph.
 Query ObjectContainer.query()
          factory method to create a new Query object.