ORM fans, does anyone know if ACF auto closes ORMs...
# cfml-general
z
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
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