|
ColdFusion 9.0 Resources |
ORMFlushDescriptionFlushes the current ORM session. ORMFlush flushes all the pending CRUD operations in that request. Any changes made in the objects, in the current ORM session, are saved to the database. CategoryFunction Syntaxormflush() See AlsoORMCloseSession, ORMClearSession, ORMGetSession, ORMGetSessionFactory, ORMFlush() in Developing ColdFusion Applications. |