get Entities

open fun getEntities(pageable: Pageable): List<T>

Method to get the paginated entities executing the query

Return

the entities retrieved from database as List of T

Parameters

pageable

The pageable value to use to paginate the query


open fun getEntities(): List<T>

Method to get the entities executing the query

Return

the entities retrieved from database as List of T