findAllByDeletedAtIsNull

abstract fun findAllByDeletedAtIsNull(pageable: Pageable): Page<E>(source)

Finds all entities for given pagination and deletion flag

Return

Page of found entities

Parameters

pageable

Pageable for the pagination