It looks like you're new here. If you want to get involved, click one of these buttons!
Is there a preferred ordering of defining mapping specifications in a mapping file?
Well, our ORM products (JDX for Java, JDXA for Android, and NJDX for .NET) can deal with mapping specifications of various classes made in any order by making multiple passes, if needed, to parse a specification that might have cross-references. However, to help in understanding, maintaining, and evolving a mapping specification more easily, here are some guidelines:
Essentially, try to declare something before using it.
Copyright © 2024 Software Tree, LLC. All rights reserved.