Uses of Interface
jakarta.data.repository.BasicRepository
Package
Description
A repository is an interface annotated with
Repository
that defines
operations on entities.-
Uses of BasicRepository in jakarta.data.repository
Modifier and TypeInterfaceDescriptioninterface
CrudRepository<T,
K> A built-in repository supertype for performing Create, Read, Update, and Delete (CRUD) operations.