Uses of Package
jakarta.data.repository

Packages that use jakarta.data.repository
Package
Description
A repository is an interface annotated with Repository that defines operations on entities.
  • Class
    Description
    A built-in repository supertype for performing basic operations on entities.
    Annotates a parameter of a repository method, specifying a mapping to a persistent field:
    A built-in repository supertype that is the root of all other built-in repository supertype interfaces.
    Lifecycle annotation for repository methods which perform delete operations; alternatively, annotates a repository method as a parameter-based automatic query method which deletes entities.
    Annotates a repository method returning entities as a parameter-based automatic query method.
    Lifecycle annotation for repository methods which perform insert operations.
    Lifecycle annotation for repository methods which conditionally perform insert or update operations.
    Lifecycle annotation for repository methods which perform update operations.