Class FinderPath
java.lang.Object
com.liferay.portal.kernel.dao.orm.FinderPath
- Author:
- Brian Wing Shun Chan, Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionFinderPath(String cacheName, String methodName, String[] params, String[] columnNames, boolean baseModelResult) FinderPath(String cacheName, String methodName, String[] params, String[] columnNames, int caseInsensitiveBitmask, int convertNullBitmask, boolean baseModelResult, Function<Object, Object[]> argsExtractorFunction) -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]decodeDSLQueryCacheName(String cacheName) static StringencodeDSLQueryCacheName(String[] tableNames) Object[]extractArgs(BaseModel<?> baseModel) String[]booleanbooleannormalizeArgument(int columnIndex, Object value) voidtouch()
-
Constructor Details
-
FinderPath
-
FinderPath
-
-
Method Details
-
decodeDSLQueryCacheName
-
encodeDSLQueryCacheName
-
extractArgs
-
getCacheKeyPrefix
-
getCacheName
-
getColumnNames
-
isBaseModelResult
public boolean isBaseModelResult() -
isTouched
public boolean isTouched() -
normalizeArgument
-
touch
public void touch()
-