Repositories
Last updated
Was this helpful?
Last updated
Was this helpful?
Spring offers a Repository interface for implementing the repository pattern.
In most cases these repositories will work without the need of a concrete implementation, Spring will generate the final repository from the interface.
In this case the interface used is an extension specific for JPA.