SyntaxHighlighter

Friday, July 27, 2012

Spring Data JPA - Custom Implementation IllegalArgument Problem - Solved!

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




No comments:

Post a Comment