Uses of Interface
jakarta.data.repository.BasicRepository
Package
Description
In Domain-driven design, DDD, a repository is an object that participates in the domain but abstracts away storage
and infrastructure details.
-
Uses of BasicRepository in jakarta.data.repository
Modifier and TypeInterfaceDescriptioninterface
CrudRepository<T,
K> A repository interface that extends the capabilities of basic operations on entities, including insert and update operations.interface
PageableRepository<T,
K> Repository fragment to provide methods to retrieve entities using the pagination and sorting abstraction.