This
blog discusses the INLINE mapping feature of the JDXA ORM product, which provides the flexibility of optionally storing the attribute values of a contained (referenced) object in the same SQLite database table as the one used for storing the attribute values of the containing (referencing) object.
This mapping capability also has the welcome side effect of increasing the efficiency of data access operations in many situations.
Comments