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, setParameters
public void resetQuery()
BaseQuery
resetQuery
in class BaseQuery
public <T> List<T> list()
Query
public int getResultSize()
Query
public org.infinispan.protostream.SerializationContext getSerializationContext()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.