|
Note: This function has been enhanced in ColdFusion 9.0.1
to support multiple data sources in the same application. Install
the ColdFusion 9 update to use the feature.
DescriptionFlushes the Hibernate session
associated with the data source in the request. ORMFlush flushes
all pending CRUD operations in the request. Any changes made in
the objects, in the current ORM session, are saved to the database.
If
you do not specify the data source, the Hibernate session associated
with the default data source is flushed.
Function Syntaxormflush([datasource])
|
|
|