Package | Description |
---|---|
com.xpert.persistence.query |
Modifier and Type | Method and Description |
---|---|
List<QueryParameter> |
Restriction.getParameters() |
List<QueryParameter> |
QueryBuilder.getQueryParameters() |
Modifier and Type | Method and Description |
---|---|
Restrictions |
Restrictions.addQueryString(String property,
QueryParameter parameter)
Add a RestrictionType.QUERY_STRING
|
QueryBuilder |
QueryBuilder.addQueryString(String property,
QueryParameter parameter)
Add a RestrictionType.QUERY_STRING
|
Modifier and Type | Method and Description |
---|---|
Restrictions |
Restrictions.addQueryString(String property,
List<QueryParameter> parameters)
Add a RestrictionType.QUERY_STRING
|
QueryBuilder |
QueryBuilder.addQueryString(String property,
List<QueryParameter> parameters)
Add a RestrictionType.QUERY_STRING
|
void |
Restriction.setParameters(List<QueryParameter> parameters) |
Copyright © 2015. All rights reserved.