Package | Description |
---|---|
com.breeze.hib | |
com.breeze.query | |
com.breeze.webserver |
Modifier and Type | Method and Description |
---|---|
QueryResult |
HibernateQueryProcessor.executeQuery(IEntityType entityType,
EntityQuery entityQuery) |
Modifier and Type | Method and Description |
---|---|
EntityQuery |
EntityQuery.enableInlineCount(boolean inlineCountEnabled)
Return a new query based on this query that either adds or removes the inline count capability.
|
EntityQuery |
EntityQuery.expand(java.util.List<java.lang.String> propertyPaths)
Return a new query based on this query with the specified expand clauses added.
|
EntityQuery |
EntityQuery.expand(java.lang.String... propertyPaths)
Return a new query based on this query with the specified expand clauses added.
|
EntityQuery |
EntityQuery.orderBy(java.util.List<java.lang.String> propertyPaths)
Return a new query based on this query with the specified orderBy clauses added.
|
EntityQuery |
EntityQuery.orderBy(java.lang.String... propertyPaths)
Return a new query based on this query with the specified orderBy clauses added.
|
EntityQuery |
EntityQuery.select(java.util.List<java.lang.String> propertyPaths)
Return a new query based on this query with the specified select (projection) clauses added.
|
EntityQuery |
EntityQuery.select(java.lang.String... propertyPaths)
Return a new query based on this query with the specified select (projection) clauses added.
|
EntityQuery |
EntityQuery.skip(java.lang.Integer skipCount)
Return a new query based on this query that skips the first n records.
|
EntityQuery |
EntityQuery.take(java.lang.Integer takeCount)
Return a new query based on this query that limits the results to the first n records.
|
EntityQuery |
EntityQuery.where(Predicate predicate)
Return a new query based on this query with an additional where clause added.
|
EntityQuery |
EntityQuery.where(java.lang.String json)
Return a new query based on this query with an additional where clause added.
|
EntityQuery |
EntityQuery.withResourceName(java.lang.String resourceName)
Return a new query based on this query with the specified resourceName
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryProcessor.executeQuery(java.lang.Class clazz,
EntityQuery entityQuery) |
QueryResult |
QueryProcessor.executeQuery(EntityQuery entityQuery) |
protected abstract QueryResult |
QueryProcessor.executeQuery(IEntityType entityType,
EntityQuery entityQuery) |
QueryResult |
QueryProcessor.executeQuery(java.lang.String resourceName,
EntityQuery entityQuery) |
Constructor and Description |
---|
EntityQuery(EntityQuery query)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
protected EntityQuery |
BreezeControllerServlet.extractEntityQuery(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected QueryResult |
BreezeControllerServlet.executeQuery(java.lang.Class clazz,
EntityQuery entityQuery) |
protected QueryResult |
BreezeControllerServlet.executeQuery(java.lang.String resourceName,
EntityQuery entityQuery) |