All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.custom-sql.default.xml Maven / Gradle / Ivy

There is a newer version: 4.0.52
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy