原文:Hibernate @OneToOne with superclass, only retrieve superclass fields on join
I have mapped my inheritance hierarchy in Hibernate using InheritanceType.Single_Table and discriminator columns to distinguish between the different entities. All subclasses of the superclass store ...