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