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

io.katharsis.jpa.internal.paging.PagedMetaInformation Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.internal.paging;

import io.katharsis.response.MetaInformation;

/**
 * TODO consider making this to a katharsis standard? Not specified JSON API.
 */
public interface PagedMetaInformation extends MetaInformation {

	public Long getTotalResourceCount();

	public void setTotalResourceCount(Long totalResourceCount);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy