jpaQuery, maxResults, namedParameters, projection, queryFactory, startOffset| Modifier and Type | Method and Description |
|---|---|
int |
getResultSize()
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
|
org.infinispan.protostream.SerializationContext |
getSerializationContext() |
<T> List<T> |
list()
Returns the results of a search as a list.
|
void |
resetQuery()
Reset internal state after query parameters are modified.
|
String |
toString() |
getJPAQuery, getMaxResults, getNamedParameters, getProjection, getQueryFactory, getStartOffset, setParameter, setParameterspublic void resetQuery()
BaseQueryresetQuery in class BaseQuerypublic <T> List<T> list()
Querypublic int getResultSize()
Querypublic org.infinispan.protostream.SerializationContext getSerializationContext()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.