GSoC-2020: Switching from XML Mappings to Annotations on OpenMRS domain Objects

@wolf wrote this guide on working with Liquibase changes in the new model. I would hope that we wouldn’t need to introduce dummy tables like that though. I think what Wycliff was trying to do there could’ve been better achieved by doing something like:

@Transient
@Override
public String getName() {
    return super.getName();
}

Although that may not have been possible for reasons I’m ignorant of.

1 Like