Liferay 7.0-ce-b4

com.liferay.portal.dao.orm.hibernate
Class FieldInterceptionHelperUtil

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.FieldInterceptionHelperUtil

public class FieldInterceptionHelperUtil
extends Object

This utility class collaborates with hibernate FieldInterceptionHelper patch from LPS-52218 to ensure the _instrumentedCache does not cause ClassLoader leaking for plugins


Constructor Summary
FieldInterceptionHelperUtil()
           
 
Method Summary
static void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInterceptionHelperUtil

public FieldInterceptionHelperUtil()
Method Detail

initialize

public static void initialize()

Liferay 7.0-ce-b4