There was an error while loading. Please reload this page.
Checks if the session contains dirty objects that are awaiting persistence
###Returns
###Arguments
###Examples
// Check if by this point we have a dirty session, then flush it if( ormService.isSessionDirty() ){ ORMFlush(); }