Hi, You're storing departments and employees as separate objects, right? If so, then there is nothing to update in Employee when Department is updated. After any update, all SQL queries will work on the new data (like in any database), so if you join two tables, you will get new results.
Makes sense? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Maintaining-relationships-between-tables-tp4236p4244.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.