public abstract class PropertyQuery<R,I extends PropertyQueryParameters> extends Query<R,I>
| Constructor and Description |
|---|
PropertyQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
renderPropertyFilters(I instance,
StringBuilder whereQuery,
String wherePrefix,
String entityProperty) |
buildQuery, createInstance, postQueryExecution, renderOrderbyClause, renderSearch, setupQueriesprotected String renderPropertyFilters(I instance, StringBuilder whereQuery, String wherePrefix, String entityProperty)
instance - The instance.whereQuery - The where query.wherePrefix - The current prefix.entityProperty - The entity alias in the HQL Query that has the properties to filter forCopyright © 2019 Communote team. All rights reserved.