Session.isDirty

Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?

class Session
bool
isDirty
()

Meta