public interface QueryHelperDao
com.communote.server.persistence.query.QueryHelper
Modifier and Type | Field and Description |
---|---|
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into
value objects or other types, different methods in a class implementing this interface
support this feature: look for an
int parameter called transform . |
Modifier and Type | Method and Description |
---|---|
PageableList |
executeQuery(Query query,
QueryParameters queryParameters)
execute the query definition
|
PageableList |
executeQuery(Query query,
QueryParameters queryParameters,
QueryResultConverter resultConverter,
ResultSpecification resultSpecification)
execute the query definition and convert the result
|
List |
executeQueryComplete(Query query,
QueryParameters queryParameters)
execute the query instance but not take of max counts or offset; retrieve the complete list
|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.PageableList executeQuery(Query query, QueryParameters queryParameters)
execute the query definition
PageableList executeQuery(Query query, QueryParameters queryParameters, QueryResultConverter resultConverter, ResultSpecification resultSpecification)
execute the query definition and convert the result
List executeQueryComplete(Query query, QueryParameters queryParameters)
execute the query instance but not take of max counts or offset; retrieve the complete list
Copyright © 2019 Communote team. All rights reserved.