META-INF.custom-sql.default.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.currency.service
Show all versions of com.liferay.commerce.currency.service
Liferay Commerce Currency Service
<?xml version="1.0"?> <custom-sql> <sql id="com.liferay.commerce.currency.service.persistence.CommerceCurrencyFinder.getCompanyIds"> <![CDATA[ SELECT DISTINCT CommerceCurrency.companyId FROM CommerceCurrency ]]> </sql> </custom-sql>