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