Parameter
ORMGetSessionFactory returns the underlying Hibernate SessionFactory object.
Returns the Hibernate Session Factory object associated with the data source. Results in an error if ORM is not configured for this data source. If you do not specify the data source, the Hibernate session factory object associated with the default data source is returned.
For information on Session API, go to the following URL:
ORMGetsSessionFactory(datasource)
|
Parameter |
Description |
|---|---|
|
datasource |
(Optional) The datasource to be used. |
ORMCloseSession, ORMClearSession, ORMFlush, ORMGetSession in Developing ColdFusion Applications.
Sign in to your account