I have figured out that.the problem is the entity extend AbstractPersistable. This class has id setter.
Type: Posts; User: chase; Keyword(s):
I have figured out that.the problem is the entity extend AbstractPersistable. This class has id setter.
Hi there.When i try to set up my spring data jpa demo followed the example from spring-data-jpa-showcase, i got an exception "java.lang.IllegalStateException: No supertype found".But if i add a jpa...