Spring Data JPA - Custom Implementation IllegalArgument Problem - Solved!
here's a catch for you, when you're building a custom implementation to use in the JpaRepository, you have to be careful of the naming convention. For example, the Impl must be named for the JpaRepository extension.
here's a sample
here's a sample
No comments:
Post a Comment