Example usage for org.springframework.data.domain Page interface-usage

List of usage examples for org.springframework.data.domain Page interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.domain Page interface-usage.

Usage

From source file com.frank.search.solr.core.query.result.ScoredPage.java

/**
 * Specific type of {@link org.springframework.data.domain.Page} holding max score information.
 * 
 * @author Francisco Spaeth
 * @since 1.2
 */

From source file com.frank.search.solr.core.query.result.HighlightPage.java

/**
 * @author Christoph Strobl
 */
public interface HighlightPage<T> extends Page<T> {

    /**

From source file com.frank.search.solr.core.query.result.StatsPage.java

/**
 * Representation of a Stats result page, holding one {@link FieldStatsResult} for each field statistic requested on a
 * {@link org.springframework.data.solr.core.query.Query} through {@link StatsOptions}.
 * 
 * @author Francisco Spaeth
 * @param <T>

From source file com.frank.search.solr.core.query.result.GroupPage.java

/**
 * Representation of a Group result page, holding one {@link GroupResult} for each grouping requested on a
 * {@link org.springframework.data.solr.core.query.GroupQuery}.
 * 
 * @author Francisco Spaeth
 * @param <T>

From source file org.bisen.blog.service.JdbcPage.java

/**
 *
 * @author asikprad
 * @param <T>
 */
public class JdbcPage<T> implements Page<T> {

From source file org.bisen.chatamari.service.JdbcPage.java

/**
 *
 * @author asikprad
 * @param <T>
 */
public class JdbcPage<T> implements Page<T> {

From source file com.frank.search.solr.core.query.result.FacetPage.java

/**
 * FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
 * 
 * @param <T>
 * @author Christoph Strobl
 * @author Francisco Spaeth

From source file org.springframework.data.domain.PageImpl.java

/**
 * Basic {@code Page} implementation.
 * 
 * @param <T>
 *            the type of which the page consists.
 * @author Oliver Gierke

From source file jp.xet.uncommons.spring.EmptyPage.java

/**
 * TODO for daisuke
 * 
 * @since 1.7
 * @version $Id$
 * @author daisuke

From source file com.github.obiteaaron.common.data.FixPageImpl.java

/**
 * Basic {@code Page} implementation.
 *
 * @param <T> the type of which the page consists.
 * @author Oliver Gierke
 */