Uses of Class
com.totvs.tjf.api.jpa.repository.impl.ApiJpaCollectionResultImpl
Packages that use ApiJpaCollectionResultImpl
-
Uses of ApiJpaCollectionResultImpl in com.totvs.tjf.api.jpa.repository.impl
Methods in com.totvs.tjf.api.jpa.repository.impl that return ApiJpaCollectionResultImplModifier and TypeMethodDescriptionstatic <T> ApiJpaCollectionResultImpl<T>ApiJpaCollectionResultImpl.from(Collection<T> result) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance ofApiJpaCollectionResultImplwith a collection of records and no more items to be handled.static <T> ApiJpaCollectionResultImpl<T>ApiJpaCollectionResultImpl.from(org.springframework.data.domain.Page<T> page) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance ofApiJpaCollectionResultImplwith a collection of records and no more items to be handled.static <T> ApiJpaCollectionResultImpl<T>ApiJpaCollectionResultImpl.of(Collection<T> result, boolean hasNext) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance ofApiJpaCollectionResultImplwith a collection of records and if it have more items.