Access Liferay 7.4 ORM SessionFactory or Session in Portlet Class

Jamie Sammons, modified 3 Years ago. New Member Posts: 7 Join Date: 6/13/22 Recent Posts

Hi,

Can sombody please help me how can i access Liferay 7.4 ORM SessionFactory or Session object in portlet class.

I tried to access SessionFactory using below code but it does not work with Liferay 7.4 anymore.

SessionFactory sessionFactory = (SessionFactory) PortalBeanLocatorUtil.locate("liferaySessionFactory");

 

Thanks,

Fayaj