Uses of Annotation Interface
jakarta.data.repository.Find
Package
Description
A repository is an interface annotated with
Repository
that defines
operations on entities.-
Uses of Find in jakarta.data.repository
Modifier and TypeMethodDescriptionBasicRepository.findAll()
Retrieves all persistent entities of the specified type from the database.BasicRepository.findAll
(PageRequest pageRequest, Order<T> sortBy) Returns aPage
of entities according to the page request that is provided as thePageRequest
parameter.Retrieves an entity by its Id.