ORMClearSession

Description

ORMClearSession removes all the entities that are loaded or created in the session. This clears the first level cache and removes the objects that are not yet saved to the database.

Category

ORM functions

Function Syntax

ormclearsession() 

See Also

ORMCloseSession, ORMGetSession, ORMFlush, ORMGetSessionFactory, ORMClearSession() in Developing ColdFusion Applications.