Interface DBResourceProvider


public interface DBResourceProvider
Author:
Mariano Álvaro Sáiz
  • Method Details

    • getTableNames

      List<String> getTableNames(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTablesPrimaryKeyColumnNames

      Map<String,String[]> getTablesPrimaryKeyColumnNames(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException