I have a problem with @Version when dealing with inheritance in Hibernate.
@Version
I use InheritanceType.JOINED solution.
I have a BaseEntity whi
BaseEntity