Let\'s say I need to get several objects:
obj1 = session.query(First).get(1) obj2 = session.query(Second).get(2)
As far as I understand, this way