Uses of Interface
jakarta.data.repository.DataRepository
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 DataRepository in jakarta.data.repository
Modifier and TypeInterfaceDescriptioninterface
BasicRepository<T,
K> A repository interface for performing basic operations on entities.interface
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.