Inferred type 'S' for type parameter 'S' is not within its bound

Problem: In Java, using JPA returns next error:

Inferred type 'S' for type parameter 'S' is not within its bound

Solution: check the type of the object that you are passing as parameter and if you are implementing an interface check which parameters it uses.

For more interesting tutorials & guides just check them HERE.

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *