| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.apache.ojb.broker.core | |
| org.apache.ojb.soda | |
| org.odbms | |
| Uses of Query in org.apache.ojb.broker.core | 
|---|
| Methods in org.apache.ojb.broker.core that return Query | |
|---|---|
|  Query | PersistenceBrokerBean.query() | 
|  Query | DelegatingPersistenceBroker.query() | 
|  Query | PersistenceBrokerImpl.query() | 
| Uses of Query in org.apache.ojb.soda | 
|---|
| Classes in org.apache.ojb.soda that implement Query | |
|---|---|
|  class | QueryImpl | 
| Methods in org.apache.ojb.soda that return Query | |
|---|---|
|  Query | QueryImpl.descendant(String path) | 
|  Query | QueryImpl.limitSize(int count) | 
|  Query | QueryImpl.orderAscending() | 
|  Query | QueryImpl.orderDescending() | 
|  Query | QueryImpl.parent(String path) | 
|  Query | ObjectContainerImpl.query() | 
| Uses of Query in org.odbms | 
|---|
| Methods in org.odbms that return Query | |
|---|---|
|  Query | Query.descendant(String path)returns a reference to a descendant 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 | Query.parent(String path)returns a reference to a parent node in the query graph. | 
|  Query | ObjectContainer.query()factory method to create a new Queryobject. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||