|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryBuilder | |
|---|---|
| org.chromattic.api | |
| org.chromattic.api.query | |
| Uses of QueryBuilder in org.chromattic.api |
|---|
| Methods in org.chromattic.api that return QueryBuilder | |
|---|---|
QueryBuilder<?> |
ChromatticSession.createQueryBuilder()
|
| Uses of QueryBuilder in org.chromattic.api.query |
|---|
| Methods in org.chromattic.api.query that return QueryBuilder | ||
|---|---|---|
|
QueryBuilder.from(Class<O> fromClass)
Set the node type of the from clause of the query. |
|
|
QueryBuilder.orderBy(String orderBy)
Set the order by clause of the query. |
|
|
QueryBuilder.where(String where)
Set the where clause of the query. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||