Hi,
we are using FlexORM Framework for local database and sync it with server side db
for entity id we are using [Id(strategy="assigned")]
for new entities we are using negative id, to notify server about new data on sync
problem appears when we try to load entity with negative foreign key (foreign key object in null)
give us some idea how we can fix this problem please (maybe there is some positive check for foreign key id in FlexORM sources)
note: when we load entity direct (not via foreign key) - it's working properly with negative id
thanks