| Package | Description |
|---|---|
| io.coodoo.framework.listing.boundary |
| Modifier and Type | Method and Description |
|---|---|
static <T> Long |
Listing.countListing(javax.persistence.EntityManager entityManager,
Class<T> entityClass,
ListingParameters parameters)
Gets the count of the found instances of the target entity
|
static <T> List<T> |
Listing.getListing(javax.persistence.EntityManager entityManager,
Class<T> entityClass,
ListingParameters parameters)
Gets the list of found instances
|
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.
|
| Constructor and Description |
|---|
Metadata(Long count,
ListingParameters listingQueryParams) |
Copyright © 2017–2019 coodoo GmbH. All rights reserved.