All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.phantomthief.util.GetByCursorDAO Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.phantomthief.util;

import java.util.List;

/**
 * Get data by cursor
 * 
 * @author w.vela
 */
public interface GetByCursorDAO {

    /**
     * retrieve limited data starting by cursor(inclusive)
     * 
     * @param cursor
     * @param limit
     * @return
     */
    List getByCursor(Id cursor, int limit);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy