com.liferay.portal.kernel.dao.orm
Class FinderPath
java.lang.Object
com.liferay.portal.kernel.dao.orm.FinderPath
public class FinderPath
- extends Object
Constructor Summary |
FinderPath(boolean entityCacheEnabled,
boolean finderCacheEnabled,
Class<?> resultClass,
String cacheName,
String methodName,
String[] params)
|
FinderPath(boolean entityCacheEnabled,
boolean finderCacheEnabled,
Class<?> resultClass,
String cacheName,
String methodName,
String[] params,
long columnBitmask)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinderPath
public FinderPath(boolean entityCacheEnabled,
boolean finderCacheEnabled,
Class<?> resultClass,
String cacheName,
String methodName,
String[] params)
FinderPath
public FinderPath(boolean entityCacheEnabled,
boolean finderCacheEnabled,
Class<?> resultClass,
String cacheName,
String methodName,
String[] params,
long columnBitmask)
encodeCacheKey
public Serializable encodeCacheKey(Object[] arguments)
encodeLocalCacheKey
public Serializable encodeLocalCacheKey(Object[] arguments)
getCacheName
public String getCacheName()
getColumnBitmask
public long getColumnBitmask()
getResultClass
public Class<?> getResultClass()
isEntityCacheEnabled
public boolean isEntityCacheEnabled()
isFinderCacheEnabled
public boolean isFinderCacheEnabled()
setCacheKeyGeneratorCacheName
public void setCacheKeyGeneratorCacheName(String cacheKeyGeneratorCacheName)