JPA + Hibernate - Mapped Superclasses
A mapped superclass provides persistent entity state and mapping information but is not itself an entity. A mapped superclass, unlike an entity, does not allow querying, persisting, or relationships to the superclass. @MappedSuperclass annotation is used t
www.logicbig.com