Join Slack
Powered by
ORM fans, does anyone know if ACF auto closes ORMs...
# cfml-general
z
zackster
12/21/2022, 6:38 PM
ORM fans, does anyone know if ACF auto closes ORMsessions at the end of a request / thread / pageContext ?
https://luceeserver.atlassian.net/browse/LDEV-4339
zackster
12/21/2022, 6:44 PM
yes? In ColdFusion, a Hibernate session starts when the first CRUD method is called and ends when the request ends or when the ORMCloseSession() method is called.
https://helpx.adobe.com/coldfusion/developing-applications/coldfusion-orm/architecture.html
Open in Slack
Previous
Next