Uses of Class
com.totvs.tjf.api.jpa.repository.impl.ApiJpaCollectionResultImpl
-
Packages that use ApiJpaCollectionResultImpl Package Description com.totvs.tjf.api.jpa.repository.impl -
-
Uses of ApiJpaCollectionResultImpl in com.totvs.tjf.api.jpa.repository.impl
Methods in com.totvs.tjf.api.jpa.repository.impl that return ApiJpaCollectionResultImpl Modifier and Type Method Description static <T> ApiJpaCollectionResultImpl<T>
ApiJpaCollectionResultImpl. from(Collection<T> result)
Create an instance ofApiJpaCollectionResultImpl
with a collection of records and no more items to be handled.static <T> ApiJpaCollectionResultImpl<T>
ApiJpaCollectionResultImpl. from(org.springframework.data.domain.Page<T> page)
Create an instance ofApiJpaCollectionResultImpl
with a collection of records and no more items to be handled.static <T> ApiJpaCollectionResultImpl<T>
ApiJpaCollectionResultImpl. of(Collection<T> result, boolean hasNext)
Create an instance ofApiJpaCollectionResultImpl
with a collection of records and if it have more items.
-