Skip to content

Problems and Concerns with Unified Schema

Steve Ebersole edited this page May 29, 2014 · 28 revisions
  • Mismatch in that hbm.xml did not require "mapped superclass" to be explicit. See tests in ehcache related to Item/VersionedItem as an example. This is an issue when we transform hbm mappings that map whose field/methods are on the superclass. One solution is to create the <mapped-superclass/> in these cases.
Clone this wiki locally