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

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

public class CacheModeTranslator
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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)