Open wilsondy opened 9 years ago
Hi, jpa annotation @MappedSuperclass is not supported.. But you can have a SuperClass with mapping annotations and extend your Entity from it.
hmmm, it appears EntityTypeParser.parsePropoertyLevelMetadata is using Class.getDeclaredFields which would not surface properties in the parent class under any circumstances.
What is your appetite is for PRs?
Let me check if I can do something simple to enable it. I will respond shortly
Hi, I used this library and it solved lots of my issues. Great work and very useful.
I also faced the same issue of super class so I vote in for that :-)
I tried it and it doesn't appear to work? Was hoping to create a superclass that i have common fields in with several subclasses.