| Package | Description |
|---|---|
| io.coodoo.framework.listing.boundary |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListingResult<T> |
Listing.getListingResult(javax.persistence.EntityManager entityManager,
Class<T> entityClass,
Integer page,
Integer limit)
Gets the listing result
|
static <T> ListingResult<T> |
Listing.getListingResult(javax.persistence.EntityManager entityManager,
Class<T> entityClass,
Integer page,
Integer limit,
String sortAttribute)
Gets the listing result
|
static <T> ListingResult<T> |
Listing.getListingResult(javax.persistence.EntityManager entityManager,
Class<T> entityClass,
ListingParameters parameters)
Gets the listing result
URL query parameters
filter: The filter value gets applied to every column of the table.
|
Copyright © 2017–2019 coodoo GmbH. All rights reserved.