Currently, the current behavior for mapper look up is to look for parent class mapper when not found. Eventually, it may try to find a mapper for Object and BasicObject classes when not found. As mentioned here and here, it might be better to filter look up for these two classes.
Currently, the current behavior for mapper look up is to look for parent class mapper when not found. Eventually, it may try to find a mapper for
Object
andBasicObject
classes when not found. As mentioned here and here, it might be better to filter look up for these two classes.