blaze-persistence
blaze-persistence copied to clipboard
Add additional methods to `EntityViewRepository`
It should cover the same functionality as CrudRepository
plus perhaps getReferenceById
from JpaRepository
.
Alternatively, you might put the new methods into a new interface, e.g. CrudEntityViewRepository
.