About 1,877,736 results (5,718 milliseconds)

setFirstResult, and setMaxResults don't work for EJB Queries in ...

https://groups.google.com/g/wildfly/c/q5SFuShNYX0
When wildfly moves to hibernate 6.5 and beyond, the recommended approach is to use the Jakarta Persistence properties instead.

SetMaxResults in DetachedCriteria Subquery

https://groups.google.com/g/nhusers/c/oxPZcC8f0jg
I'm using the NHibernate trunk, along with PostgreSQL 8.3. I'm having an issue when querying via DetachedCriteria with SetMaxResults applied to both the ...

Hibernate with H2 - setFirstResult()/setMaxResults() not LIMIT/OFFSET

https://groups.google.com/g/h2-database/c/Vg2U9nZdZWw
I use Hibernate with H2 and JPA. If I create a JPA Query and use the Methods setFirstResult() and setMaxResults() this will not mirrored in the query as LIMIT ...

QueryRequest (BigQuery API v2 (Rev. 459) 1.25.0)

https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/QueryRequest.html
setMaxResults. public QueryRequest setMaxResults(java.lang.Long maxResults) ... query result set is large. In addition to this limit, responses are also ...

Search: list | YouTube Data API | Google for Developers

https://developers.google.com/youtube/v3/docs/search/list
Returns a collection of search results that match the query parameters specified in the API request. By default, a search result set identifies matching video, ...

How to correctly get single result

https://groups.google.com/g/querydsl/c/2xPN7iOpauE
Feb 9, 2011 ... Yes, you are right, for uniqueResult setMaxResults is not called. ... query by limiting the query results to 2 max // SQLQuery cannot be ...

MultiQuery and DTOs

https://groups.google.com/g/nhusers/c/K-KiLKgfQjk
var query = session.CreateMultiQuery(); query.Add(session.CreateQuery(hql) .SetMaxResults(pageSize) .SetFirstResult(pageIndex)) .Add(session.CreateQuery ...

GaData.Query (Google Analytics API v3 (Rev. 204) 1.25.0)

https://developers.google.com/resources/api-libraries/documentation/analytics/v3/java/latest/index.html?com/google/api/services/analytics/model/GaData.Query.html
setMaxResults. public GaData.Query setMaxResults(java.lang.Integer maxResults). Maximum results per page. Parameters: maxResults - maxResults or null for none ...

Licensing.LicenseAssignments.ListForProduct (Licensing API v1 ...

https://developers.google.com/resources/api-libraries/documentation/licensing/v1/java/latest/com/google/api/services/licensing/Licensing.LicenseAssignments.ListForProduct.html
API key. Licensing.LicenseAssignments.ListForProduct · setMaxResults(java.lang.Long maxResults). The maxResults query string determines how many entries are ...

Class QueryJobConfiguration.Builder (2.44.0) | Java client library ...

https://cloud.google.com/java/docs/reference/google-cloud-bigquery/2.44.0/com.google.cloud.bigquery.QueryJobConfiguration.Builder
Adds a named query parameter to the set of query parameters. See #setNamedParameters(Map) for more details on the input requirements. A named parameter cannot ...

Reports.UserUsageReport.Get (Admin Reports API reports_v1 (Rev ...

https://developers.google.com/resources/api-libraries/documentation/admin/reports_v1/java/latest/com/google/api/services/admin/reports/Reports.UserUsageReport.Get.html
The maxResults query string is optional. getOrgUnitID. public java.lang.String getOrgUnitID(). ID of the organizational unit to report on. User activity will ...

Licensing.LicenseAssignments.ListForProductAndSku (Licensing ...

https://developers.google.com/resources/api-libraries/documentation/licensing/v1/java/latest/com/google/api/services/licensing/Licensing.LicenseAssignments.ListForProductAndSku.html
API key. Licensing.LicenseAssignments.ListForProductAndSku · setMaxResults(java.lang.Long maxResults). The maxResults query string determines how many entries ...

getFeed doesn't return all associated feeds?

https://groups.google.com/g/google-documents-list-api/c/2kBCCuwFakw
Mar 31, 2012 ... DocumentQuery query = new DocumentQuery(url);. query.setMaxResults(500);. return service.getFeed(query, DocumentListFeed.class);. I have to ...

System.InvalidCastException: Unable to cast object of type 'Antlr ...

https://groups.google.com/g/nhusers/c/y60m4qF4HZo
Jun 11, 2009 ... query.SetMaxResults(1); query.SetEnum("sysAct", systemAction); query.SetEntity("concept", concept); return query.UniqueResult<IDocumentType>();

The 'DISTINCT' problem

https://groups.google.com/g/sonata-users/c/V7Ck1Kev7b4
Aug 1, 2015 ... * This method alters the query to return a clean set of object with a working * set of Object * * @param \Doctrine\ORM\QueryBuilder $ ...

Read data with BigQuery API using pagination | Google Cloud

https://cloud.google.com/bigquery/docs/paging-results
Default maxResults value, Maximum maxResults value, Maximum ... The maximum row size limit is enforced during certain stages of query job execution.

Directory.Users.List (Admin Directory API directory_v1 (Rev. 118 ...

https://developers.google.com/resources/api-libraries/documentation/admin/directory_v1/java/latest/com/google/api/services/admin/directory/Directory.Users.List.html
Query string search. java.lang.String, getShowDeleted(). If set to ... setMaxResults. public Directory.Users.List setMaxResults(java.lang.Integer maxResults).

Pubsub.Topics.List (Cloud Pub/Sub API v1beta1a (Rev. 465) 1.25.0)

https://developers.google.com/resources/api-libraries/documentation/pubsub/v1beta1a/java/latest/com/google/api/services/pubsub/Pubsub.Topics.List.html
A valid label query expression. Pubsub.Topics.List · set(java.lang ... setMaxResults. public Pubsub.Topics.List setMaxResults(java.lang.Integer maxResults).

Reports.Activities.List (Admin Reports API reports_v1 (Rev. 89) 1.25.0)

https://developers.google.com/resources/api-libraries/documentation/admin/reports_v1/java/latest/com/google/api/services/admin/reports/Reports.Activities.List.html
The maxResults query string is optional in the request. The default value is 1000. [default: 1000] [minimum: 1] [maximum: 1000]. setMaxResults. public Reports ...