Liferay 7.0-ce-b7 portal-impl

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

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

public class CacheModeTranslator
extends Object


Constructor Summary
CacheModeTranslator()
           
 
Method Summary
static org.hibernate.CacheMode translate(com.liferay.portal.kernel.dao.orm.CacheMode cacheMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheModeTranslator

public CacheModeTranslator()
Method Detail

translate

public static org.hibernate.CacheMode translate(com.liferay.portal.kernel.dao.orm.CacheMode cacheMode)

Liferay 7.0-ce-b7 portal-impl