org.infinispan.query.dsl.PaginationContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-embedded-query
Show all versions of infinispan-embedded-query
Infinispan Embedded Query All-in-One module
The newest version!
package org.infinispan.query.dsl;
/**
* @author [email protected]
* @since 9.0
*/
public interface PaginationContext {
Context startOffset(long startOffset);
Context maxResults(int maxResults);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy