Andrei,

As I understand you - the only way to map embedded classes is by using
mapping them as objects and store as BLOBs or other VARBINARY fields in SQL
database?

No way to decompose them into separate fields in the tables?

Eg. ListingCode has:
    private String code;
    private String codeType;

Please confirm if the BLOB is only way or there is any way to get the
embedded object's fields and store them in separate columns.

I understand same goes for the array - only store it in BLOB or redesign the
domain object model, right?

Thank you
Michal





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to