Class FinderPath

Object
com.liferay.portal.kernel.dao.orm.FinderPath

public class FinderPath extends Object
Author:
Brian Wing Shun Chan, Shuyang Zhou
  • Constructor Details

    • FinderPath

      public FinderPath(String cacheName, String methodName, String[] params, String[] columnNames, boolean baseModelResult)
  • Method Details

    • decodeDSLQueryCacheName

      public static String[] decodeDSLQueryCacheName(String cacheName)
    • encodeDSLQueryCacheName

      public static String encodeDSLQueryCacheName(String[] tableNames)
    • getCacheKeyPrefix

      public String getCacheKeyPrefix()
    • getCacheName

      public String getCacheName()
    • getColumnNames

      public String[] getColumnNames()
    • isBaseModelResult

      public boolean isBaseModelResult()